summaryrefslogtreecommitdiff
path: root/src/theory/eager_proof_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/eager_proof_generator.h')
-rw-r--r--src/theory/eager_proof_generator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/eager_proof_generator.h b/src/theory/eager_proof_generator.h
index 5cc0fde35..bbdc8af7f 100644
--- a/src/theory/eager_proof_generator.h
+++ b/src/theory/eager_proof_generator.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__EAGER_PROOF_GENERATOR_H
-#define CVC4__THEORY__EAGER_PROOF_GENERATOR_H
+#ifndef CVC5__THEORY__EAGER_PROOF_GENERATOR_H
+#define CVC5__THEORY__EAGER_PROOF_GENERATOR_H
#include "context/cdhashmap.h"
#include "expr/node.h"
@@ -195,4 +195,4 @@ class EagerProofGenerator : public ProofGenerator
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__PROOF_GENERATOR_H */
+#endif /* CVC5__THEORY__PROOF_GENERATOR_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback