summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-vect-generic.c')
-rw-r--r--gcc/tree-vect-generic.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-vect-generic.c b/gcc/tree-vect-generic.c
index c357d2bdc13..4e96e87d02d 100644
--- a/gcc/tree-vect-generic.c
+++ b/gcc/tree-vect-generic.c
@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
-#include "target.h"
#include "rtl.h"
#include "tree.h"
#include "gimple.h"
@@ -30,17 +29,13 @@ along with GCC; see the file COPYING3. If not see
#include "expmed.h"
#include "optabs-tree.h"
#include "diagnostic.h"
-#include "alias.h"
#include "fold-const.h"
#include "stor-layout.h"
#include "langhooks.h"
-#include "internal-fn.h"
#include "tree-eh.h"
#include "gimple-iterator.h"
#include "gimplify-me.h"
#include "tree-cfg.h"
-#include "tree-iterator.h"
-#include "flags.h"
static void expand_vector_operations_1 (gimple_stmt_iterator *);