aboutsummaryrefslogtreecommitdiff
path: root/android/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/config.h')
-rw-r--r--android/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/config.h b/android/config.h
index 2cbd5487e..180a57704 100644
--- a/android/config.h
+++ b/android/config.h
@@ -5,16 +5,16 @@
#define HASH_MAP_CLASS unordered_map
/* the location of <hash_map> */
-#define HASH_MAP_H <tr1/unordered_map>
+#define HASH_MAP_H <unordered_map>
/* the namespace of hash_map/hash_set */
-#define HASH_NAMESPACE std::tr1
+#define HASH_NAMESPACE std
/* the name of <hash_set> */
#define HASH_SET_CLASS unordered_set
/* the location of <hash_set> */
-#define HASH_SET_H <tr1/unordered_set>
+#define HASH_SET_H <unordered_set>
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1