diff options
Diffstat (limited to 'cpp/tangle/boot.cc')
-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; |