diff options
Diffstat (limited to 'gcc/tree-chkp.c')
-rw-r--r-- | gcc/tree-chkp.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/tree-chkp.c b/gcc/tree-chkp.c index 63a672340cd..34d9dfc47f1 100644 --- a/gcc/tree-chkp.c +++ b/gcc/tree-chkp.c @@ -29,35 +29,24 @@ along with GCC; see the file COPYING3. If not see #include "cfghooks.h" #include "tree-pass.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" #include "diagnostic.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "varasm.h" #include "tree-iterator.h" #include "tree-cfg.h" #include "langhooks.h" -#include "cfgloop.h" #include "tree-ssa-address.h" -#include "tree-ssa.h" #include "tree-ssa-loop-niter.h" #include "gimple-pretty-print.h" #include "gimple-iterator.h" #include "gimplify.h" #include "gimplify-me.h" #include "print-tree.h" -#include "flags.h" -#include "dojump.h" -#include "explow.h" #include "calls.h" -#include "stmt.h" #include "expr.h" #include "tree-ssa-propagate.h" -#include "gimple-fold.h" #include "tree-chkp.h" #include "gimple-walk.h" #include "tree-dfa.h" |