* resource.h: Flatten hard-reg-set.h and df.h.
* sched-int.h: Flatten insn-arrt.h and df.h.
* valtrack.h: flatten bitmap.h, df.h, and rtl.h
* df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
===================================================================
*************** along with GCC; see the file COPYING3.
#ifndef GCC_RESOURCE_H
#define GCC_RESOURCE_H
- #include "hard-reg-set.h"
- #include "df.h"
-
/* Macro to clear all resources. */
#define CLEAR_RESOURCE(RES) \
do { (RES)->memory = (RES)->volatil = (RES)->cc = 0; \
===================================================================
*************** along with GCC; see the file COPYING3.
#ifndef GCC_SCHED_INT_H
#define GCC_SCHED_INT_H
- #include "insn-attr.h"
-
#ifdef INSN_SCHEDULING
- #include "df.h"
-
/* Identificator of a scheduler pass. */
enum sched_pass_id_t { SCHED_PASS_UNKNOWN, SCHED_RGN_PASS, SCHED_EBB_PASS,
SCHED_SMS_PASS, SCHED_SEL_PASS };
===================================================================
*************** along with GCC; see the file COPYING3.
#ifndef GCC_VALTRACK_H
#define GCC_VALTRACK_H
- #include "bitmap.h"
- #include "df.h"
- #include "rtl.h"
-
/* Debug uses of dead regs. */
/* Entry that maps a dead pseudo (REG) used in a debug insns that dies
===================================================================
*************** along with GCC; see the file COPYING3.
#ifndef GCC_DF_H
#define GCC_DF_H
- #include "bitmap.h"
#include "regset.h"
- #include "sbitmap.h"
- #include "predict.h"
- #include "tm.h"
- #include "hard-reg-set.h"
- #include "function.h"
#include "alloc-pool.h"
#include "timevar.h"