summaryrefslogtreecommitdiff
path: root/src/proof
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-01-05 10:07:07 -0600
committerGitHub <noreply@github.com>2021-01-05 10:07:07 -0600
commita026f19e6472a252286f2c5cde9e9d71b835fc95 (patch)
tree57564418a6caa50893a82087c5eaf9306a842feb /src/proof
parente0dfc0a343dfd330f9c8d2a5c1ebd21146366ca9 (diff)
Remove a few miscellaneous references to the expr layer (#5661)
Leftover from a development branch.
Diffstat (limited to 'src/proof')
-rw-r--r--src/proof/sat_proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/sat_proof.h b/src/proof/sat_proof.h
index 27c98d62a..a3ce3aa4d 100644
--- a/src/proof/sat_proof.h
+++ b/src/proof/sat_proof.h
@@ -27,7 +27,7 @@
#include "context/cdhashmap.h"
#include "context/cdmaybe.h"
-#include "expr/expr.h"
+#include "expr/node.h"
#include "proof/clause_id.h"
#include "proof/proof_manager.h"
#include "util/statistics_registry.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback