summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/skolemize.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/skolemize.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/skolemize.cpp')
-rw-r--r--src/theory/quantifiers/skolemize.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/skolemize.cpp b/src/theory/quantifiers/skolemize.cpp
index 3ddfc4c9f..4f9a0ee91 100644
--- a/src/theory/quantifiers/skolemize.cpp
+++ b/src/theory/quantifiers/skolemize.cpp
@@ -16,6 +16,7 @@
#include "expr/skolem_manager.h"
#include "options/quantifiers_options.h"
+#include "options/smt_options.h"
#include "theory/quantifiers/quantifiers_attributes.h"
#include "theory/quantifiers/term_util.h"
#include "theory/quantifiers_engine.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback