summaryrefslogtreecommitdiff
path: root/src/theory/valuation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/valuation.h')
-rw-r--r--src/theory/valuation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/valuation.h b/src/theory/valuation.h
index 840da860f..860517451 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -24,7 +24,6 @@
#include "context/cdlist.h"
#include "expr/node.h"
#include "options/theory_options.h"
-#include "theory/assertion.h"
namespace CVC4 {
@@ -32,6 +31,7 @@ class TheoryEngine;
namespace theory {
+struct Assertion;
class TheoryModel;
class SortInference;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback