diff options
Diffstat (limited to 'gcc/resource.c')
-rw-r--r-- | gcc/resource.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/gcc/resource.c b/gcc/resource.c index 37b53a2..a8b449f 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -20,24 +20,18 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "diagnostic-core.h" +#include "backend.h" #include "rtl.h" +#include "df.h" +#include "diagnostic-core.h" #include "tm_p.h" -#include "hard-reg-set.h" -#include "function.h" #include "regs.h" #include "flags.h" #include "output.h" -#include "dominance.h" -#include "cfg.h" -#include "predict.h" -#include "basic-block.h" #include "resource.h" #include "except.h" #include "insn-attr.h" #include "params.h" -#include "df.h" #include "emit-rtl.h" /* This structure is used to record liveness information at the targets or |