summaryrefslogtreecommitdiff
path: root/src/main/interactive_shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/interactive_shell.cpp')
-rw-r--r--src/main/interactive_shell.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/interactive_shell.cpp b/src/main/interactive_shell.cpp
index ef576839c..f2d6f1714 100644
--- a/src/main/interactive_shell.cpp
+++ b/src/main/interactive_shell.cpp
@@ -27,7 +27,7 @@
#include "cvc4autoconfig.h"
-#include "interactive_shell.h"
+#include "main/interactive_shell.h"
#include "expr/command.h"
#include "parser/input.h"
@@ -61,15 +61,15 @@ using __gnu_cxx::stdio_filebuf;
char* commandGenerator(const char* text, int state);
static const char* const cvc_commands[] = {
-#include "cvc_tokens.h"
+#include "main/cvc_tokens.h"
};/* cvc_commands */
static const char* const smt_commands[] = {
-#include "smt_tokens.h"
+#include "main/smt_tokens.h"
};/* smt_commands */
static const char* const smt2_commands[] = {
-#include "smt2_tokens.h"
+#include "main/smt2_tokens.h"
};/* smt2_commands */
static const char* const* commandsBegin;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback