summaryrefslogtreecommitdiff
path: root/src/prop/cnf_stream.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-10-11 12:13:46 -0700
committerGitHub <noreply@github.com>2021-10-11 19:13:46 +0000
commit9c49dc9383a6c55a973b1a75e619c296206b12f5 (patch)
tree575f8b225a990eb3ca9103356f2718f65926f031 /src/prop/cnf_stream.cpp
parent4b7781d90ead61d9478aabd6a4c229a114483679 (diff)
Rename SmtScope to SolverEngineScope. (#7284)
Diffstat (limited to 'src/prop/cnf_stream.cpp')
-rw-r--r--src/prop/cnf_stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/cnf_stream.cpp b/src/prop/cnf_stream.cpp
index e04651fc3..1bac953fd 100644
--- a/src/prop/cnf_stream.cpp
+++ b/src/prop/cnf_stream.cpp
@@ -28,8 +28,8 @@
#include "prop/theory_proxy.h"
#include "smt/dump.h"
#include "smt/env.h"
-#include "smt/smt_engine_scope.h"
#include "smt/smt_statistics_registry.h"
+#include "smt/solver_engine_scope.h"
#include "theory/theory.h"
#include "theory/theory_engine.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback