From e21e99b7dfe45f042260db7eb754e25e7108f288 Mon Sep 17 00:00:00 2001 From: Tim King Date: Tue, 2 Feb 2016 09:47:34 -0800 Subject: Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. Breaking an edge between the sat solver and command.h. --- test/system/ouroborous.cpp | 2 +- test/system/smt2_compliance.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/system') diff --git a/test/system/ouroborous.cpp b/test/system/ouroborous.cpp index d27ebd9b3..1ceb7319f 100644 --- a/test/system/ouroborous.cpp +++ b/test/system/ouroborous.cpp @@ -33,7 +33,7 @@ #include "options/set_language.h" #include "parser/parser.h" #include "parser/parser_builder.h" -#include "smt_util/command.h" +#include "smt/command.h" using namespace CVC4; using namespace CVC4::parser; diff --git a/test/system/smt2_compliance.cpp b/test/system/smt2_compliance.cpp index bc976685e..68fbb9f59 100644 --- a/test/system/smt2_compliance.cpp +++ b/test/system/smt2_compliance.cpp @@ -23,8 +23,8 @@ #include "options/set_language.h" #include "parser/parser.h" #include "parser/parser_builder.h" +#include "smt/command.h" #include "smt/smt_engine.h" -#include "smt_util/command.h" using namespace CVC4; using namespace CVC4::parser; -- cgit v1.2.3