summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_module.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-08-05 12:04:02 -0500
committerGitHub <noreply@github.com>2019-08-05 12:04:02 -0500
commitd14fbb0eb27226e3a7d86733c087e469e797d1ef (patch)
tree7c4f0301ca6a103c203156ba7899b15c086b0645 /src/theory/quantifiers/sygus/sygus_module.h
parentd3070131bace10028498003c2f6cfd6f40a50358 (diff)
Remove forward declarations in quantifiers engine (#3156)
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_module.h')
-rw-r--r--src/theory/quantifiers/sygus/sygus_module.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_module.h b/src/theory/quantifiers/sygus/sygus_module.h
index d5e1de3fc..10c0104bc 100644
--- a/src/theory/quantifiers/sygus/sygus_module.h
+++ b/src/theory/quantifiers/sygus/sygus_module.h
@@ -18,14 +18,19 @@
#define CVC4__THEORY__QUANTIFIERS__SYGUS_MODULE_H
#include <map>
+#include <vector>
+
#include "expr/node.h"
-#include "theory/quantifiers_engine.h"
namespace CVC4 {
namespace theory {
+
+class QuantifiersEngine;
+
namespace quantifiers {
class SynthConjecture;
+class TermDbSygus;
/** SygusModule
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback