summaryrefslogtreecommitdiff
path: root/src/parser/smt1
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-02-02 09:47:34 -0800
committerTim King <taking@google.com>2016-02-02 09:47:34 -0800
commite21e99b7dfe45f042260db7eb754e25e7108f288 (patch)
tree689bc1fead54d62b46c75196f8be0fb4b35444c9 /src/parser/smt1
parent18973b31c440d998230aaba3e17bd915b168aa6f (diff)
Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. Breaking an edge between the sat solver and command.h.
Diffstat (limited to 'src/parser/smt1')
-rw-r--r--src/parser/smt1/Smt1.g2
-rw-r--r--src/parser/smt1/smt1.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/smt1/Smt1.g b/src/parser/smt1/Smt1.g
index e8b7d5b9b..a8e797470 100644
--- a/src/parser/smt1/Smt1.g
+++ b/src/parser/smt1/Smt1.g
@@ -72,7 +72,7 @@ options {
#include <stdint.h>
-#include "smt_util/command.h"
+#include "smt/command.h"
#include "parser/parser.h"
#include "parser/antlr_tracing.h"
diff --git a/src/parser/smt1/smt1.cpp b/src/parser/smt1/smt1.cpp
index 01bc8901e..a2abee2e7 100644
--- a/src/parser/smt1/smt1.cpp
+++ b/src/parser/smt1/smt1.cpp
@@ -18,7 +18,7 @@ namespace std {
}
#include "expr/type.h"
-#include "smt_util/command.h"
+#include "smt/command.h"
#include "parser/parser.h"
#include "parser/smt1/smt1.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback