diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 82c58f0..2ddc934 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -83,14 +83,10 @@ along with GCC; see the file COPYING3. If not see #include "alloc-pool.h" #include "tree-pass.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" #include "gimple-pretty-print.h" #include "alias.h" #include "fold-const.h" -#include "internal-fn.h" #include "tree-eh.h" #include "stor-layout.h" #include "gimplify.h" @@ -98,13 +94,6 @@ along with GCC; see the file COPYING3. If not see #include "gimplify-me.h" #include "gimple-walk.h" #include "tree-cfg.h" -#include "flags.h" -#include "dojump.h" -#include "explow.h" -#include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "tree-dfa.h" #include "tree-ssa.h" #include "symbol-summary.h" |