summaryrefslogtreecommitdiff
path: root/src/prop/cnf_stream.cpp
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2016-02-24 00:19:12 -0800
committerTim King <taking@cs.nyu.edu>2016-02-24 00:19:12 -0800
commit46001072a4420085b8aa72fa03befa1092a3e9dc (patch)
tree5481c9faba2a671ac5f046abab6b487c40a96159 /src/prop/cnf_stream.cpp
parentad3036f0bcaf634489b7e745dcf87bd2102d92aa (diff)
Unifying the definitions of ClauseId to a single source of truth.
Diffstat (limited to 'src/prop/cnf_stream.cpp')
-rw-r--r--src/prop/cnf_stream.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/prop/cnf_stream.cpp b/src/prop/cnf_stream.cpp
index d54848d26..9bc352f9b 100644
--- a/src/prop/cnf_stream.cpp
+++ b/src/prop/cnf_stream.cpp
@@ -15,6 +15,8 @@
** A CNF converter that takes in asserts and has the side effect
** of given an equisatisfiable stream of assertions to PropEngine.
**/
+#include "prop/cnf_stream.h"
+
#include <queue>
#include "base/cvc4_assert.h"
@@ -22,10 +24,10 @@
#include "expr/expr.h"
#include "expr/node.h"
#include "options/bv_options.h"
+#include "proof/clause_id.h"
+#include "proof/cnf_proof.h"
#include "proof/proof_manager.h"
#include "proof/sat_proof.h"
-#include "proof/cnf_proof.h"
-#include "prop/cnf_stream.h"
#include "prop/minisat/minisat.h"
#include "prop/prop_engine.h"
#include "prop/theory_proxy.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback