From 9310366b70c4953aff526ec62d0405dc729d5edf Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Tue, 11 Nov 2014 14:12:39 +0100 Subject: 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 --- gcc/rtl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index c697d55..fa38abb 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 #include "statistics.h" #include "machmode.h" #include "input.h" -- cgit v1.1