diff options
Diffstat (limited to 'gcc/rtl-chkp.c')
-rw-r--r-- | gcc/rtl-chkp.c | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/gcc/rtl-chkp.c b/gcc/rtl-chkp.c index 0ad832386c0..91b60c4cbc4 100644 --- a/gcc/rtl-chkp.c +++ b/gcc/rtl-chkp.c @@ -21,14 +21,12 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "symtab.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "function.h" +#include "backend.h" +#include "tree.h" +#include "gimple.h" #include "rtl.h" #include "flags.h" #include "alias.h" -#include "tree.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" @@ -39,14 +37,8 @@ along with GCC; see the file COPYING3. If not see #include "stmt.h" #include "expr.h" #include "target.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "predict.h" -#include "basic-block.h" #include "fold-const.h" -#include "gimple-expr.h" -#include "gimple.h" -#include "bitmap.h" #include "rtl-chkp.h" #include "tree-chkp.h" |