stl_algobase.h: Include the full <utility>, per UK-300.

2009-11-12  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/stl_algobase.h: Include the full <utility>, per
	UK-300.
	* include/bits/stl_algo.h: Tweak includes.

From-SVN: r154126
This commit is contained in:
Paolo Carlini 2009-11-12 18:45:23 +00:00 committed by Paolo Carlini
parent 36c37128fe
commit 03b2a9a5ac
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2009-11-12 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/stl_algobase.h: Include the full <utility>, per
UK-300.
* include/bits/stl_algo.h: Tweak includes.
2009-11-11 Jason Merrill <jason@redhat.com>
* testsuite/Makefile.am: Remove use of baseline_file.

View File

@ -61,8 +61,6 @@
#include <bits/algorithmfwd.h>
#include <bits/stl_heap.h>
#include <bits/stl_tempbuf.h> // for _Temporary_buffer
#include <debug/debug.h>
#include <initializer_list>
// See concept_check.h for the __glibcxx_*_requires macros.

View File

@ -63,13 +63,12 @@
#include <bits/cpp_type_traits.h>
#include <ext/type_traits.h>
#include <ext/numeric_traits.h>
#include <bits/stl_pair.h>
#include <bits/stl_iterator_base_types.h>
#include <bits/stl_iterator_base_funcs.h>
#include <bits/stl_iterator.h>
#include <bits/concept_check.h>
#include <debug/debug.h>
#include <bits/move.h> // For std::swap and _GLIBCXX_MOVE
#include <utility> // UK-300.
_GLIBCXX_BEGIN_NAMESPACE(std)