From 56f78eecdc2e1e682b3135da303dece7e8ec1438 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 14 May 2007 14:47:39 +0000 Subject: [PATCH] allocator.h: Do not include cpp_type_traits.h. 2007-05-14 Paolo Carlini * include/bits/allocator.h: Do not include cpp_type_traits.h. From-SVN: r124716 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/bits/allocator.h | 2 -- 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,3 +1,7 @@ +2007-05-14 Paolo Carlini + + * include/bits/allocator.h: Do not include cpp_type_traits.h. + 2007-05-14 Paolo Carlini * include/bits/postypes.h (class fpos<>): Remove redundant forward 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 -#include // for __is_empty - _GLIBCXX_BEGIN_NAMESPACE(std) template