diff options
Diffstat (limited to 'gcc/tree-vect-stmts.c')
-rw-r--r-- | gcc/tree-vect-stmts.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-vect-stmts.c b/gcc/tree-vect-stmts.c index e54f361..ae14075 100644 --- a/gcc/tree-vect-stmts.c +++ b/gcc/tree-vect-stmts.c @@ -32,13 +32,10 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "recog.h" /* FIXME: for insn_data */ #include "cgraph.h" -#include "gimple-pretty-print.h" -#include "diagnostic-core.h" #include "dumpfile.h" #include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "internal-fn.h" #include "tree-eh.h" #include "gimplify.h" #include "gimple-iterator.h" @@ -48,7 +45,6 @@ along with GCC; see the file COPYING3. If not see #include "cfgloop.h" #include "tree-ssa-loop.h" #include "tree-scalar-evolution.h" -#include "flags.h" #include "tree-vectorizer.h" #include "builtins.h" |