diff options
Diffstat (limited to 'gcc/tree-vect-data-refs.c')
-rw-r--r-- | gcc/tree-vect-data-refs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-vect-data-refs.c b/gcc/tree-vect-data-refs.c index 048f2e6d9f6..7d3abcfd954 100644 --- a/gcc/tree-vect-data-refs.c +++ b/gcc/tree-vect-data-refs.c @@ -32,13 +32,10 @@ along with GCC; see the file COPYING3. If not see #include "ssa.h" #include "optabs-tree.h" #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" @@ -47,7 +44,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-loop-manip.h" #include "tree-ssa-loop.h" #include "cfgloop.h" -#include "tree-chrec.h" #include "tree-scalar-evolution.h" #include "tree-vectorizer.h" #include "expr.h" |