about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
Diffstat (limited to '010vm.cc')
-rw-r--r--010vm.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/010vm.cc b/010vm.cc
index 27224f03..f1fb2f17 100644
--- a/010vm.cc
+++ b/010vm.cc
@@ -270,7 +270,5 @@ void dump_memory() {
   }
 }
 :(before "End Includes")
-#include <map>
-using std::map;
 #include<utility>
 using std::pair;