summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/backward/hash_set.h
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-31 20:15:43 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-31 20:15:43 +0000
commit3b233876ae6573e7242149842a7c3ad02aded757 (patch)
tree77e01f102ddc14743b6e217df82a9b4ef0e0cbb8 /libstdc++-v3/include/backward/hash_set.h
parenta735a1410598023274d56c3636d61bffd8d3fb42 (diff)
downloadppe42-gcc-3b233876ae6573e7242149842a7c3ad02aded757.tar.gz
ppe42-gcc-3b233876ae6573e7242149842a7c3ad02aded757.zip
2001-03-31 Benjamin Kosnik <bkoz@redhat.com>
* configure.target: Remove duplicate aix entry. 2001-03-30 Benjamin Kosnik <bkoz@redhat.com> * include/ext/stl_bvector.h: Move to... * include/bits/stl_vector.h: ...here. * include/ext/bvector: Move to... * include/backward/bvector.h: ...here. * include/bits/std_vector.h: Change stl_bvector include. * include/bits/std_queue.h: Remove bvector include. * include/ext/tree: Insert using rb_tree, move to... * include/backward/tree.h: ...here. * include/backward/hash_map.h: Include ext/hash_map. * include/backward/hash_set.h: Include ext/hash_set. * include/backward/queue.h: New file. * include/backward/stack.h: Edit. * include/backward/algo.h: Same. * include/backward/algobase.h: Same. * include/backward/alloc.h: Same. * include/backward/function.h: Same. * include/backward/iomanip.h: Same. * include/backward/istream.h: Same. * include/backward/iterator.h: Same. * include/backward/list.h: Same. * include/backward/map.h: Same. * include/backward/multimap.h: Same. * include/backward/multiset.h: Same. * include/backward/ostream.h: Same. * include/backward/pair.h: Same * include/backward/rope.h: Same. * include/backward/set.h: Same. * include/backward/stream.h: Same. * include/backward/strstream.h: Same. * include/backward/tempbuf.h: Same. * src/Makefile.am (ext_headers): Edit. * src/Makefile.in: Regenerate. * testsuite/ext/headers.cc (main): Fix. * mkcheck.in: Fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40979 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/backward/hash_set.h')
-rw-r--r--libstdc++-v3/include/backward/hash_set.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/libstdc++-v3/include/backward/hash_set.h b/libstdc++-v3/include/backward/hash_set.h
index 728d7c0d851..9458910a5f9 100644
--- a/libstdc++-v3/include/backward/hash_set.h
+++ b/libstdc++-v3/include/backward/hash_set.h
@@ -27,12 +27,8 @@
#ifndef _CPP_BACKWARD_HASH_SET_H
#define _CPP_BACKWARD_HASH_SET_H 1
-#ifndef _CPP_BITS_STL_HASHTABLE_H
-#include <bits/stl_hashtable.h>
-#endif
-
#include "algobase.h"
-#include <bits/stl_hash_set.h>
+#include <ext/hash_set>
using std::hash;
using std::hashtable;
@@ -40,3 +36,4 @@ using std::hash_set;
using std::hash_multiset;
#endif /* _CPP_BACKWARD_HASH_SET_H */
+
OpenPOWER on IntegriCloud