summaryrefslogtreecommitdiff
path: root/src/prop/proof_cnf_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/proof_cnf_stream.h')
-rw-r--r--src/prop/proof_cnf_stream.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/prop/proof_cnf_stream.h b/src/prop/proof_cnf_stream.h
index 708441b0c..97abdb077 100644
--- a/src/prop/proof_cnf_stream.h
+++ b/src/prop/proof_cnf_stream.h
@@ -19,14 +19,14 @@
#define CVC5__PROP__PROOF_CNF_STREAM_H
#include "context/cdhashmap.h"
-#include "expr/lazy_proof.h"
#include "expr/node.h"
-#include "expr/proof_node.h"
-#include "expr/proof_node_manager.h"
+#include "proof/eager_proof_generator.h"
+#include "proof/lazy_proof.h"
+#include "proof/proof_node.h"
+#include "proof/proof_node_manager.h"
+#include "proof/theory_proof_step_buffer.h"
#include "prop/cnf_stream.h"
#include "prop/sat_proof_manager.h"
-#include "theory/eager_proof_generator.h"
-#include "theory/theory_proof_step_buffer.h"
namespace cvc5 {
namespace prop {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback