summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_rewriter.cpp
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-02-14 18:18:55 -0800
committerGitHub <noreply@github.com>2018-02-14 18:18:55 -0800
commit164331bd1157819e4ebec30c8aab8e70fc40630d (patch)
tree4040dccfc8742b44dd7fca9b7c6b5509a9968209 /src/theory/quantifiers/quantifiers_rewriter.cpp
parent2b48883ab20b706dd869a448002b8214c057d888 (diff)
parentbf385ca69a958e0939524d8fbcf988c1fb45d131 (diff)
Merge branch 'master' into fix_cmm_unit_testfix_cmm_unit_test
Diffstat (limited to 'src/theory/quantifiers/quantifiers_rewriter.cpp')
-rw-r--r--src/theory/quantifiers/quantifiers_rewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/quantifiers_rewriter.cpp b/src/theory/quantifiers/quantifiers_rewriter.cpp
index 472316cae..5586c04fb 100644
--- a/src/theory/quantifiers/quantifiers_rewriter.cpp
+++ b/src/theory/quantifiers/quantifiers_rewriter.cpp
@@ -21,7 +21,7 @@
#include "theory/quantifiers/skolemize.h"
#include "theory/quantifiers/term_database.h"
#include "theory/quantifiers/term_util.h"
-#include "theory/quantifiers/trigger.h"
+#include "theory/quantifiers/ematching/trigger.h"
using namespace std;
using namespace CVC4::kind;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback