summaryrefslogtreecommitdiff
path: root/src/proof/dot/dot_printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/dot/dot_printer.cpp')
-rw-r--r--src/proof/dot/dot_printer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/dot/dot_printer.cpp b/src/proof/dot/dot_printer.cpp
index 4ba409d6d..ca85aadd3 100644
--- a/src/proof/dot/dot_printer.cpp
+++ b/src/proof/dot/dot_printer.cpp
@@ -17,9 +17,9 @@
#include <sstream>
-#include "expr/proof_checker.h"
-#include "expr/proof_node_manager.h"
#include "printer/smt2/smt2_printer.h"
+#include "proof/proof_checker.h"
+#include "proof/proof_node_manager.h"
#include "theory/builtin/proof_checker.h"
namespace cvc5 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback