From 29e357fd7c821d1032396148411bdcbe9d6f56f6 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Fri, 8 May 2009 00:49:35 +0000 Subject: [PATCH] throw_allocator.h: Remove redundante include. 2009-05-07 Paolo Carlini * include/ext/throw_allocator.h: Remove redundante include. From-SVN: r147265 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/ext/throw_allocator.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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