allocator.h: Do not include cpp_type_traits.h.

2007-05-14  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/allocator.h: Do not include cpp_type_traits.h.

From-SVN: r124716
This commit is contained in:
Paolo Carlini 2007-05-14 14:47:39 +00:00 committed by Paolo Carlini
parent ca5ba2a3ea
commit 56f78eecdc
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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>