about summary refs log tree commit diff stats
path: root/cpp/tangle/boot.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/tangle/boot.cc')
-rw-r--r--cpp/tangle/boot.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpp/tangle/boot.cc b/cpp/tangle/boot.cc
index 0001c84c..fd9ea70d 100644
--- a/cpp/tangle/boot.cc
+++ b/cpp/tangle/boot.cc
@@ -8,6 +8,7 @@
 #include<sys/param.h>
 #include<time.h>
 #include<math.h>
+
 #include<vector>
 using std::vector;
 #include<list>
@@ -16,11 +17,8 @@ using std::list;
 using std::stack;
 #include<utility>
 using std::pair;
-
-#include<tr1/unordered_map>
-using std::tr1::unordered_map;
-#include<tr1/unordered_set>
-using std::tr1::unordered_set;
+#include<map>
+using std::map;
 #include<algorithm>
 
 #include<string>