do not include <utility> from tree-vectorizer.h
authorRichard Biener <rguenther@suse.de>
Mon, 29 Jun 2020 11:38:19 +0000 (13:38 +0200)
committerRichard Biener <rguenther@suse.de>
Mon, 29 Jun 2020 12:40:52 +0000 (14:40 +0200)
This removes the duplicate <utility> include from tree-vectorizer.h.

2020-06-29  Richard Biener  <rguenther@suse.de>

* tree-vectorizer.h: Do not include <utility>.

gcc/tree-vectorizer.h

index c393d7e..dfe88cc 100644 (file)
@@ -26,7 +26,7 @@ typedef class _stmt_vec_info *stmt_vec_info;
 #include "tree-data-ref.h"
 #include "tree-hash-traits.h"
 #include "target.h"
-#include <utility>
+
 
 /* Used for naming of new temporaries.  */
 enum vect_var_kind {