diff options
Diffstat (limited to 'gcc/tree-chkp-opt.c')
-rw-r--r-- | gcc/tree-chkp-opt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-chkp-opt.c b/gcc/tree-chkp-opt.c index 59a0b405bf1..4f9d8803e3a 100644 --- a/gcc/tree-chkp-opt.c +++ b/gcc/tree-chkp-opt.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" @@ -30,7 +29,6 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "tree-cfg.h" #include "tree-pass.h" -#include "is-a.h" #include "cfgloop.h" #include "stringpool.h" #include "tree-ssa-alias.h" |