summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/bvminisat/simp/SimpSolver.h2
-rw-r--r--src/prop/sat_solver.h2
-rw-r--r--src/prop/theory_proxy.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/prop/bvminisat/simp/SimpSolver.h b/src/prop/bvminisat/simp/SimpSolver.h
index 378812e03..4af82b02d 100644
--- a/src/prop/bvminisat/simp/SimpSolver.h
+++ b/src/prop/bvminisat/simp/SimpSolver.h
@@ -23,7 +23,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include "prop/bvminisat/mtl/Queue.h"
#include "prop/bvminisat/core/Solver.h"
-#include "util/stats.h"
+#include "util/statistics_registry.h"
#include "context/context.h"
namespace BVMinisat {
diff --git a/src/prop/sat_solver.h b/src/prop/sat_solver.h
index 567f897a1..a4fdd5b3a 100644
--- a/src/prop/sat_solver.h
+++ b/src/prop/sat_solver.h
@@ -23,7 +23,7 @@
#include <string>
#include <stdint.h>
-#include "util/stats.h"
+#include "util/statistics_registry.h"
#include "context/cdlist.h"
#include "prop/sat_solver_types.h"
diff --git a/src/prop/theory_proxy.h b/src/prop/theory_proxy.h
index e8da202bd..96332217e 100644
--- a/src/prop/theory_proxy.h
+++ b/src/prop/theory_proxy.h
@@ -26,7 +26,7 @@
#define __CVC4_USE_MINISAT
#include "theory/theory.h"
-#include "util/stats.h"
+#include "util/statistics_registry.h"
#include "context/cdqueue.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback