diff options
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r-- | gcc/cfg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c index 9ca8987e076..72f711c3917 100644 --- a/gcc/cfg.c +++ b/gcc/cfg.c @@ -51,7 +51,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "obstack.h" #include "alloc-pool.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -59,7 +58,6 @@ along with GCC; see the file COPYING3. If not see #include "predict.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" |