about summary refs log tree commit diff stats
path: root/cpp/tangle
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 21:12:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 21:13:42 -0700
commite26a1c859352421eaa7232987739ed5e8c79ce3f (patch)
treef91a4483d196b731cfff2a331d691feaa855ed67 /cpp/tangle
parent79306126a3f6ebe805a5ccc30ad109e7661aa848 (diff)
downloadmu-e26a1c859352421eaa7232987739ed5e8c79ce3f.tar.gz
1182
Diffstat (limited to 'cpp/tangle')
-rw-r--r--cpp/tangle/boot.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/tangle/boot.cc b/cpp/tangle/boot.cc
index fd9ea70d..86385965 100644
--- a/cpp/tangle/boot.cc
+++ b/cpp/tangle/boot.cc
@@ -4,10 +4,6 @@
 #include<cstdio>
 #include<cstring>
 #include<cstdlib>
-#include<errno.h>
-#include<sys/param.h>
-#include<time.h>
-#include<math.h>
 
 #include<vector>
 using std::vector;
@@ -34,7 +30,6 @@ using std::cout;
 using std::cerr;
 
 #include<sstream>
-using std::stringstream;
 using std::istringstream;
 using std::ostringstream;