aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2009-05-08 00:49:35 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2009-05-08 00:49:35 +0000
commit29e357fd7c821d1032396148411bdcbe9d6f56f6 (patch)
tree70efc50c91ecd712e38e5d07fdadf2704aa39948 /libstdc++-v3
parent9fcf9c24a160ff9a9ca7439470ad9c36f0a5f317 (diff)
downloadgcc-29e357fd7c821d1032396148411bdcbe9d6f56f6.zip
gcc-29e357fd7c821d1032396148411bdcbe9d6f56f6.tar.gz
gcc-29e357fd7c821d1032396148411bdcbe9d6f56f6.tar.bz2
throw_allocator.h: Remove redundante include.
2009-05-07 Paolo Carlini <paolo.carlini@oracle.com> * include/ext/throw_allocator.h: Remove redundante include. From-SVN: r147265
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/ext/throw_allocator.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b65d37a..45e0f2b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,9 @@
2009-05-07 Paolo Carlini <paolo.carlini@oracle.com>
+ * include/ext/throw_allocator.h: Remove redundante include.
+
+2009-05-07 Paolo Carlini <paolo.carlini@oracle.com>
+
* include/ext/throw_allocator.h (throw_allocator_base): Avoid
out of line member functions definitions.
(throw_allocator_base::_S_g, _S_map, _S_throw_prob, _S_label):
diff --git a/libstdc++-v3/include/ext/throw_allocator.h b/libstdc++-v3/include/ext/throw_allocator.h
index ecc5c8c..21e235c 100644
--- a/libstdc++-v3/include/ext/throw_allocator.h
+++ b/libstdc++-v3/include/ext/throw_allocator.h
@@ -47,7 +47,6 @@
#include <cmath>
#include <ctime>
#include <map>
-#include <set>
#include <string>
#include <ostream>
#include <stdexcept>