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. --- src/decision/justification_heuristic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decision/justification_heuristic.cpp') diff --git a/src/decision/justification_heuristic.cpp b/src/decision/justification_heuristic.cpp index e9f4997b7..bdde41b52 100644 --- a/src/decision/justification_heuristic.cpp +++ b/src/decision/justification_heuristic.cpp @@ -22,7 +22,7 @@ #include "expr/node_manager.h" #include "options/decision_options.h" #include "theory/rewriter.h" -#include "smt_util/ite_removal.h" +#include "smt/ite_removal.h" #include "smt/smt_statistics_registry.h" namespace CVC4 { -- cgit v1.2.3