diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2014-11-11 14:12:39 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2014-11-11 14:12:39 +0100 |
commit | 9310366b70c4953aff526ec62d0405dc729d5edf (patch) | |
tree | d5e79eb5d58db620ac7bc854f753b8808505bdd3 /gcc/rtl.h | |
parent | 568ccfea0f9f6c4a188429faa42c89087503f5a9 (diff) | |
download | gcc-9310366b70c4953aff526ec62d0405dc729d5edf.tar.gz |
system.h: Include algorithm and utility.
* system.h: Include algorithm and utility.
* rtl.h: Do not include utility here.
* wide-int.h: Ditto.
* tree-vect-data-refs.c (swap): Remove template.
(vect_prune_runtime_alias_test_list): Use std::swap instead of swap.
From-SVN: r217348
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index c697d553e95..fa38abb102e 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -20,7 +20,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_RTL_H #define GCC_RTL_H -#include <utility> #include "statistics.h" #include "machmode.h" #include "input.h" |