diff options
Diffstat (limited to 'gcc/resource.c')
-rw-r--r-- | gcc/resource.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/resource.c b/gcc/resource.c index a8b449f..39aa909 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -23,16 +23,16 @@ along with GCC; see the file COPYING3. If not see #include "backend.h" #include "rtl.h" #include "df.h" -#include "diagnostic-core.h" #include "tm_p.h" #include "regs.h" +#include "emit-rtl.h" +#include "diagnostic-core.h" #include "flags.h" #include "output.h" #include "resource.h" #include "except.h" #include "insn-attr.h" #include "params.h" -#include "emit-rtl.h" /* This structure is used to record liveness information at the targets or fallthrough insns of branches. We will most likely need the information |