diff options
Diffstat (limited to 'gcc/loop-init.c')
-rw-r--r-- | gcc/loop-init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/loop-init.c b/gcc/loop-init.c index 90898f9..5959145 100644 --- a/gcc/loop-init.c +++ b/gcc/loop-init.c @@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "rtl.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -30,7 +29,6 @@ along with GCC; see the file COPYING3. If not see #include "obstack.h" #include "predict.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" |