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. --- examples/nra-translate/smt2toredlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/nra-translate/smt2toredlog.cpp') diff --git a/examples/nra-translate/smt2toredlog.cpp b/examples/nra-translate/smt2toredlog.cpp index 934906b74..25eabfbad 100644 --- a/examples/nra-translate/smt2toredlog.cpp +++ b/examples/nra-translate/smt2toredlog.cpp @@ -26,8 +26,8 @@ #include "options/options.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 std; using namespace CVC4; -- cgit v1.2.3