summaryrefslogtreecommitdiff
path: root/src/parser/cvc/Cvc.g
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/cvc/Cvc.g
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/cvc/Cvc.g')
-rw-r--r--src/parser/cvc/Cvc.g2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/cvc/Cvc.g b/src/parser/cvc/Cvc.g
index 08fba893e..d57aea93c 100644
--- a/src/parser/cvc/Cvc.g
+++ b/src/parser/cvc/Cvc.g
@@ -500,7 +500,7 @@ Expr addNots(ExprManager* em, size_t n, Expr e) {
#include "options/set_language.h"
#include "parser/antlr_tracing.h"
#include "parser/parser.h"
-#include "smt_util/command.h"
+#include "smt/command.h"
#include "util/subrange_bound.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback