diff options
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r-- | gcc/gimplify.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 8b15aab..03203c0 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -31,22 +31,15 @@ along with GCC; see the file COPYING3. If not see #include "gimple-predict.h" #include "tree-pass.h" /* FIXME: only for PROP_gimple_any */ #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" #include "tree-pretty-print.h" #include "diagnostic-core.h" #include "alias.h" #include "fold-const.h" -#include "flags.h" -#include "dojump.h" -#include "explow.h" #include "calls.h" #include "varasm.h" #include "stmt.h" #include "expr.h" -#include "internal-fn.h" #include "gimple-fold.h" #include "tree-eh.h" #include "gimplify.h" @@ -58,7 +51,6 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "tree-cfg.h" #include "tree-ssa.h" -#include "splay-tree.h" #include "omp-low.h" #include "gimple-low.h" #include "cilk.h" |