diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 21:12:37 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 21:13:42 -0700 |
commit | e26a1c859352421eaa7232987739ed5e8c79ce3f (patch) | |
tree | f91a4483d196b731cfff2a331d691feaa855ed67 /cpp/tangle | |
parent | 79306126a3f6ebe805a5ccc30ad109e7661aa848 (diff) | |
download | mu-e26a1c859352421eaa7232987739ed5e8c79ce3f.tar.gz |
1182
Diffstat (limited to 'cpp/tangle')
-rw-r--r-- | cpp/tangle/boot.cc | 5 |
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; |