diff options
Diffstat (limited to 'gcc/ipa-chkp.c')
-rw-r--r-- | gcc/ipa-chkp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ipa-chkp.c b/gcc/ipa-chkp.c index f3d7c73..181be9b 100644 --- a/gcc/ipa-chkp.c +++ b/gcc/ipa-chkp.c @@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -35,7 +34,6 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "hard-reg-set.h" #include "function.h" -#include "is-a.h" #include "tree-ssa-alias.h" #include "predict.h" #include "basic-block.h" |