mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-08-18 15:33:12 +02:00
Build: Removed missign includes
This commit is contained in:
parent
08c013c1af
commit
65604e9ff1
2 changed files with 0 additions and 2 deletions
|
@ -35,7 +35,6 @@
|
|||
#include <Color.h>
|
||||
#include <shared.h>
|
||||
#include <format.h>
|
||||
#include <util.h>
|
||||
|
||||
#ifdef HAVE_READLINE
|
||||
#include <readline/readline.h>
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include <Lexer.h>
|
||||
#include <shared.h>
|
||||
#include <format.h>
|
||||
#include <util.h>
|
||||
|
||||
std::string getResponse (const std::string&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue