diff options
Diffstat (limited to 'gcc/df-problems.c')
-rw-r--r-- | gcc/df-problems.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/df-problems.c b/gcc/df-problems.c index 331fd87..625975d 100644 --- a/gcc/df-problems.c +++ b/gcc/df-problems.c @@ -25,17 +25,15 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "target.h" #include "rtl.h" #include "df.h" #include "tm_p.h" #include "insn-config.h" -#include "recog.h" #include "regs.h" -#include "alloc-pool.h" +#include "recog.h" #include "flags.h" #include "cfganal.h" -#include "target.h" -#include "timevar.h" #include "except.h" #include "dce.h" #include "valtrack.h" |