summaryrefslogtreecommitdiff
path: root/src/theory/booleans/theory_bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/booleans/theory_bool.h')
-rw-r--r--src/theory/booleans/theory_bool.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/booleans/theory_bool.h b/src/theory/booleans/theory_bool.h
index 042e487d6..89090b307 100644
--- a/src/theory/booleans/theory_bool.h
+++ b/src/theory/booleans/theory_bool.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__BOOLEANS__THEORY_BOOL_H
-#define CVC4__THEORY__BOOLEANS__THEORY_BOOL_H
+#ifndef CVC5__THEORY__BOOLEANS__THEORY_BOOL_H
+#define CVC5__THEORY__BOOLEANS__THEORY_BOOL_H
#include "context/context.h"
#include "theory/booleans/proof_checker.h"
@@ -58,4 +58,4 @@ class TheoryBool : public Theory {
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__BOOLEANS__THEORY_BOOL_H */
+#endif /* CVC5__THEORY__BOOLEANS__THEORY_BOOL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback