summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/backward/hash_set.h
diff options
context:
space:
mode:
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