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, 1 insertions, 2 deletions
diff --git a/src/expr/proof.h b/src/expr/proof.h
index 3a26f0975..abb0b9b37 100644
--- a/src/expr/proof.h
+++ b/src/expr/proof.h
@@ -17,17 +17,16 @@
#ifndef CVC4__EXPR__PROOF_H
#define CVC4__EXPR__PROOF_H
-#include <map>
#include <vector>
#include "context/cdhashmap.h"
#include "expr/node.h"
#include "expr/proof_generator.h"
-#include "expr/proof_node.h"
#include "expr/proof_step_buffer.h"
namespace CVC4 {
+class ProofNode;
class ProofNodeManager;
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback