From e26a1c859352421eaa7232987739ed5e8c79ce3f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 24 Apr 2015 21:12:37 -0700 Subject: 1182 --- cpp/003trace | 4 ---- cpp/tangle/boot.cc | 5 ----- 2 files changed, 9 deletions(-) (limited to 'cpp') diff --git a/cpp/003trace b/cpp/003trace index f2070bae..4f5f6254 100644 --- a/cpp/003trace +++ b/cpp/003trace @@ -450,8 +450,6 @@ bool headmatch(const string& s, const string& pat) { } :(before "End Includes") -#include - #include using std::vector; #include @@ -467,13 +465,11 @@ using std::set; #include using std::istream; using std::ostream; -using std::iostream; using std::cin; using std::cout; using std::cerr; #include -using std::stringstream; using std::istringstream; using std::ostringstream; 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 #include #include -#include -#include -#include -#include #include using std::vector; @@ -34,7 +30,6 @@ using std::cout; using std::cerr; #include -using std::stringstream; using std::istringstream; using std::ostringstream; -- cgit 1.4.1-2-gfad0