Build: Removed missign includes

This commit is contained in:
Paul Beckingham 2016-09-02 21:29:19 -04:00
parent 08c013c1af
commit 65604e9ff1
2 changed files with 0 additions and 2 deletions

View file

@ -35,7 +35,6 @@
#include <Color.h>
#include <shared.h>
#include <format.h>
#include <util.h>
#ifdef HAVE_READLINE
#include <readline/readline.h>

View file

@ -47,7 +47,6 @@
#include <Lexer.h>
#include <shared.h>
#include <format.h>
#include <util.h>
std::string getResponse (const std::string&);