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/theory/quantifiers/ceg_instantiator.cpp | 2 +- src/theory/quantifiers/inst_strategy_cbqi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theory/quantifiers') diff --git a/src/theory/quantifiers/ceg_instantiator.cpp b/src/theory/quantifiers/ceg_instantiator.cpp index 3ff0cda92..b02c9a740 100644 --- a/src/theory/quantifiers/ceg_instantiator.cpp +++ b/src/theory/quantifiers/ceg_instantiator.cpp @@ -14,7 +14,7 @@ #include "theory/quantifiers/ceg_instantiator.h" #include "options/quantifiers_options.h" -#include "smt_util/ite_removal.h" +#include "smt/ite_removal.h" #include "theory/arith/partial_model.h" #include "theory/arith/theory_arith.h" #include "theory/arith/theory_arith_private.h" diff --git a/src/theory/quantifiers/inst_strategy_cbqi.cpp b/src/theory/quantifiers/inst_strategy_cbqi.cpp index 5790fc34a..d5ef2e290 100644 --- a/src/theory/quantifiers/inst_strategy_cbqi.cpp +++ b/src/theory/quantifiers/inst_strategy_cbqi.cpp @@ -14,7 +14,7 @@ #include "theory/quantifiers/inst_strategy_cbqi.h" #include "options/quantifiers_options.h" -#include "smt_util/ite_removal.h" +#include "smt/ite_removal.h" #include "theory/arith/partial_model.h" #include "theory/arith/theory_arith.h" #include "theory/arith/theory_arith_private.h" -- cgit v1.2.3