diff options
Diffstat (limited to 'gcc/rtlhooks.c')
-rw-r--r-- | gcc/rtlhooks.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/rtlhooks.c b/gcc/rtlhooks.c index 8202f29..0c69981 100644 --- a/gcc/rtlhooks.c +++ b/gcc/rtlhooks.c @@ -23,12 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "rtl.h" #include "rtlhooks-def.h" -#include "symtab.h" -#include "hard-reg-set.h" +#include "tree.h" #include "function.h" #include "flags.h" #include "alias.h" -#include "tree.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |