summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/skolemize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/skolemize.h')
-rw-r--r--src/theory/quantifiers/skolemize.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/theory/quantifiers/skolemize.h b/src/theory/quantifiers/skolemize.h
index b28854baf..c959758a0 100644
--- a/src/theory/quantifiers/skolemize.h
+++ b/src/theory/quantifiers/skolemize.h
@@ -23,7 +23,7 @@
#include "context/cdhashmap.h"
#include "expr/node.h"
#include "expr/type_node.h"
-#include "theory/quantifiers/quant_util.h"
+#include "theory/eager_proof_generator.h"
#include "theory/trust_node.h"
namespace CVC4 {
@@ -31,8 +31,13 @@ namespace CVC4 {
class DTypeConstructor;
namespace theory {
+
+class QuantifiersEngine;
+
namespace quantifiers {
+class QuantifiersState;
+
/** Skolemization utility
*
* This class constructs Skolemization lemmas.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback