summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/synth_conjecture.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-10-17 16:40:18 -0500
committerGitHub <noreply@github.com>2019-10-17 16:40:18 -0500
commit5396f014b66cbfd7cc16380c05c1539b1efe583c (patch)
treeed03ec11102f72be28a90863f6d3c49a46fe0711 /src/theory/quantifiers/sygus/synth_conjecture.cpp
parent207245fef36ccad1281fefe9d3f3403cd4f6d15b (diff)
Move datatype utility functions to own file (#3397)
Diffstat (limited to 'src/theory/quantifiers/sygus/synth_conjecture.cpp')
-rw-r--r--src/theory/quantifiers/sygus/synth_conjecture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/synth_conjecture.cpp b/src/theory/quantifiers/sygus/synth_conjecture.cpp
index e2a8540d4..78f2f6a7e 100644
--- a/src/theory/quantifiers/sygus/synth_conjecture.cpp
+++ b/src/theory/quantifiers/sygus/synth_conjecture.cpp
@@ -23,7 +23,7 @@
#include "smt/smt_engine.h"
#include "smt/smt_engine_scope.h"
#include "smt/smt_statistics_registry.h"
-#include "theory/datatypes/datatypes_rewriter.h"
+#include "theory/datatypes/theory_datatypes_utils.h"
#include "theory/quantifiers/first_order_model.h"
#include "theory/quantifiers/instantiate.h"
#include "theory/quantifiers/quantifiers_attributes.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback