From: Paolo Carlini Date: Thu, 12 Nov 2009 18:45:23 +0000 (+0000) Subject: stl_algobase.h: Include the full , per UK-300. X-Git-Tag: releases/gcc-4.5.0~2377 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03b2a9a5acc9c8790f615863de0c1ba134850b83;p=thirdparty%2Fgcc.git stl_algobase.h: Include the full , per UK-300. 2009-11-12 Paolo Carlini * include/bits/stl_algobase.h: Include the full , per UK-300. * include/bits/stl_algo.h: Tweak includes. From-SVN: r154126 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2721405a424d..9357038cf84f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2009-11-12 Paolo Carlini + + * include/bits/stl_algobase.h: Include the full , per + UK-300. + * include/bits/stl_algo.h: Tweak includes. + 2009-11-11 Jason Merrill * testsuite/Makefile.am: Remove use of baseline_file. diff --git a/libstdc++-v3/include/bits/stl_algo.h b/libstdc++-v3/include/bits/stl_algo.h index 9b6f2afb9ec3..088414d097fe 100644 --- a/libstdc++-v3/include/bits/stl_algo.h +++ b/libstdc++-v3/include/bits/stl_algo.h @@ -61,8 +61,6 @@ #include #include #include // for _Temporary_buffer -#include -#include // See concept_check.h for the __glibcxx_*_requires macros. diff --git a/libstdc++-v3/include/bits/stl_algobase.h b/libstdc++-v3/include/bits/stl_algobase.h index f9c3ab2b4288..5feeebebc2df 100644 --- a/libstdc++-v3/include/bits/stl_algobase.h +++ b/libstdc++-v3/include/bits/stl_algobase.h @@ -63,13 +63,12 @@ #include #include #include -#include #include #include #include #include #include -#include // For std::swap and _GLIBCXX_MOVE +#include // UK-300. _GLIBCXX_BEGIN_NAMESPACE(std)