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/wide-int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/wide-int.h') diff --git a/gcc/wide-int.h b/gcc/wide-int.h index 00c7d6e..f5735d8 100644 --- a/gcc/wide-int.h +++ b/gcc/wide-int.h @@ -216,8 +216,6 @@ along with GCC; see the file COPYING3. If not see the same result as X + X; the precision of the shift amount Y can be arbitrarily different from X. */ - -#include #include "system.h" #include "hwint.h" #include "signop.h" -- cgit v1.1