summaryrefslogtreecommitdiff
path: root/src/expr/proof_node_updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_node_updater.h')
-rw-r--r--src/expr/proof_node_updater.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/expr/proof_node_updater.h b/src/expr/proof_node_updater.h
index 9814c8166..2df668384 100644
--- a/src/expr/proof_node_updater.h
+++ b/src/expr/proof_node_updater.h
@@ -18,14 +18,17 @@
#define CVC4__EXPR__PROOF_NODE_UPDATER_H
#include <map>
-#include <unordered_set>
+#include <memory>
-#include "expr/proof.h"
+#include "expr/node.h"
#include "expr/proof_node.h"
-#include "expr/proof_node_manager.h"
namespace CVC4 {
+class CDProof;
+class ProofNode;
+class ProofNodeManager;
+
/**
* A virtual callback class for updating ProofNode. An example use case of this
* class is to eliminate a proof rule by expansion.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback