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
+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.
#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.
#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)