diff options
Diffstat (limited to 'gcc/cfghooks.c')
-rw-r--r-- | gcc/cfghooks.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index a8a41992a1b..c649b7e8fd2 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -23,14 +23,12 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "dumpfile.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" #include "rtl.h" #include "predict.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" |