summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/bits/allocator.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 23e9e1cf08f..0e7c33f73b5 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,9 @@
2007-05-14 Paolo Carlini <pcarlini@suse.de>
+ * include/bits/allocator.h: Do not include cpp_type_traits.h.
+
+2007-05-14 Paolo Carlini <pcarlini@suse.de>
+
* include/bits/postypes.h (class fpos<>): Remove redundant forward
declaration.
diff --git a/libstdc++-v3/include/bits/allocator.h b/libstdc++-v3/include/bits/allocator.h
index 94f43ce23f3..e233430e54f 100644
--- a/libstdc++-v3/include/bits/allocator.h
+++ b/libstdc++-v3/include/bits/allocator.h
@@ -52,8 +52,6 @@
// Define the base class to std::allocator.
#include <bits/c++allocator.h>
-#include <bits/cpp_type_traits.h> // for __is_empty
-
_GLIBCXX_BEGIN_NAMESPACE(std)
template<typename _Tp>
OpenPOWER on IntegriCloud