summaryrefslogtreecommitdiff
path: root/src/smt/check_models.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/check_models.h')
-rw-r--r--src/smt/check_models.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/smt/check_models.h b/src/smt/check_models.h
index 14af41b27..f9d527867 100644
--- a/src/smt/check_models.h
+++ b/src/smt/check_models.h
@@ -19,12 +19,13 @@
#include "context/cdlist.h"
#include "expr/node.h"
-#include "smt/model.h"
-#include "smt/smt_solver.h"
namespace CVC4 {
namespace smt {
+class Model;
+class SmtSolver;
+
/**
* This utility is responsible for checking the current model.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback