summaryrefslogtreecommitdiff
path: root/src/proof/proof_manager.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/proof/proof_manager.cpp
parentad3036f0bcaf634489b7e745dcf87bd2102d92aa (diff)
Unifying the definitions of ClauseId to a single source of truth.
Diffstat (limited to 'src/proof/proof_manager.cpp')
-rw-r--r--src/proof/proof_manager.cpp20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/proof/proof_manager.cpp b/src/proof/proof_manager.cpp
index b90d589b8..93752d3cf 100644
--- a/src/proof/proof_manager.cpp
+++ b/src/proof/proof_manager.cpp
@@ -15,20 +15,17 @@
** \todo document this file
**/
-#include "context/context.h"
-
#include "proof/proof_manager.h"
-#include "proof/cnf_proof.h"
-#include "proof/theory_proof.h"
+
+#include "base/cvc4_assert.h"
+#include "context/context.h"
+#include "options/bv_options.h"
#include "proof/bitvector_proof.h"
+#include "proof/clause_id.h"
+#include "proof/cnf_proof.h"
#include "proof/proof_utils.h"
#include "proof/sat_proof_implementation.h"
-#include "options/bv_options.h"
-
-#include "util/proof.h"
-#include "util/hash.h"
-
-#include "base/cvc4_assert.h"
+#include "proof/theory_proof.h"
#include "smt/smt_engine.h"
#include "smt/smt_engine_scope.h"
#include "smt_util/node_visitor.h"
@@ -38,7 +35,8 @@
#include "theory/uf/equality_engine.h"
#include "theory/uf/theory_uf.h"
#include "theory/valuation.h"
-
+#include "util/hash.h"
+#include "util/proof.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback