summaryrefslogtreecommitdiff
path: root/src/expr/proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof.h')
-rw-r--r--src/expr/proof.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr/proof.h b/src/expr/proof.h
index 8350b4954..3a26f0975 100644
--- a/src/expr/proof.h
+++ b/src/expr/proof.h
@@ -24,11 +24,12 @@
#include "expr/node.h"
#include "expr/proof_generator.h"
#include "expr/proof_node.h"
-#include "expr/proof_node_manager.h"
#include "expr/proof_step_buffer.h"
namespace CVC4 {
+class ProofNodeManager;
+
/**
* A (context-dependent) proof.
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback