From: Paolo Carlini Date: Fri, 8 May 2009 00:49:35 +0000 (+0000) Subject: throw_allocator.h: Remove redundante include. X-Git-Tag: releases/gcc-4.5.0~5850 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29e357fd7c821d1032396148411bdcbe9d6f56f6;p=thirdparty%2Fgcc.git throw_allocator.h: Remove redundante include. 2009-05-07 Paolo Carlini * include/ext/throw_allocator.h: Remove redundante include. From-SVN: r147265 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b65d37a4a6e6..45e0f2b6b398 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2009-05-07 Paolo Carlini + + * include/ext/throw_allocator.h: Remove redundante include. + 2009-05-07 Paolo Carlini * include/ext/throw_allocator.h (throw_allocator_base): Avoid diff --git a/libstdc++-v3/include/ext/throw_allocator.h b/libstdc++-v3/include/ext/throw_allocator.h index ecc5c8c0d020..21e235c12002 100644 --- a/libstdc++-v3/include/ext/throw_allocator.h +++ b/libstdc++-v3/include/ext/throw_allocator.h @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include