summaryrefslogtreecommitdiff
path: root/src/prop/sat_proof_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/sat_proof_manager.cpp')
-rw-r--r--src/prop/sat_proof_manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prop/sat_proof_manager.cpp b/src/prop/sat_proof_manager.cpp
index 60a4c9704..5bec41e2b 100644
--- a/src/prop/sat_proof_manager.cpp
+++ b/src/prop/sat_proof_manager.cpp
@@ -15,11 +15,11 @@
#include "prop/sat_proof_manager.h"
-#include "expr/proof_node_algorithm.h"
#include "options/proof_options.h"
+#include "proof/proof_node_algorithm.h"
+#include "proof/theory_proof_step_buffer.h"
#include "prop/cnf_stream.h"
#include "prop/minisat/minisat.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