projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa4578
)
do not include <utility> from tree-vectorizer.h
author
Richard Biener
<rguenther@suse.de>
Mon, 29 Jun 2020 11:38:19 +0000
(13:38 +0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/gcc/tree-vectorizer.h
b/gcc/tree-vectorizer.h
index
c393d7e
..
dfe88cc
100644
(file)
--- a/
gcc/tree-vectorizer.h
+++ b/
gcc/tree-vectorizer.h
@@
-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 {