From 65604e9ff1f66c3d2fb19c7559d776cb1e5767c4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 2 Sep 2016 21:29:19 -0400 Subject: [PATCH] Build: Removed missign includes --- src/diag.cpp | 1 - src/review.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/diag.cpp b/src/diag.cpp index 6369f5d..b0a0474 100644 --- a/src/diag.cpp +++ b/src/diag.cpp @@ -35,7 +35,6 @@ #include #include #include -#include #ifdef HAVE_READLINE #include diff --git a/src/review.cpp b/src/review.cpp index 39d994c..da5ed16 100644 --- a/src/review.cpp +++ b/src/review.cpp @@ -47,7 +47,6 @@ #include #include #include -#include std::string getResponse (const std::string&);