summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_util.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-02-02 12:25:21 -0600
committerGitHub <noreply@github.com>2021-02-02 12:25:21 -0600
commite05ad4759f2ae01cc06a9ca715c777d188f0f5fd (patch)
treea292cc67c0b41c3bdf325f5160bdede10346add0 /src/theory/quantifiers/term_util.cpp
parent4c1f67446ad59f1c5efe7230b96b0d3ccac0e692 (diff)
Cleanup some includes (#5847)
In particular, theory_engine.h is included many places spuriously. A few blocks of code changed indentation, updated to guidelines.
Diffstat (limited to 'src/theory/quantifiers/term_util.cpp')
-rw-r--r--src/theory/quantifiers/term_util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/quantifiers/term_util.cpp b/src/theory/quantifiers/term_util.cpp
index d01d6a83f..b0a067630 100644
--- a/src/theory/quantifiers/term_util.cpp
+++ b/src/theory/quantifiers/term_util.cpp
@@ -25,7 +25,6 @@
#include "theory/quantifiers/term_enumeration.h"
#include "theory/quantifiers_engine.h"
#include "theory/strings/word.h"
-#include "theory/theory_engine.h"
using namespace std;
using namespace CVC4::kind;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback