summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index 870c06cd6..8a3b4f293 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__THEORY_H
-#define CVC4__THEORY__THEORY_H
+#ifndef CVC5__THEORY__THEORY_H
+#define CVC5__THEORY__THEORY_H
#include <iosfwd>
#include <set>
@@ -943,4 +943,4 @@ inline std::ostream& operator << (std::ostream& out, theory::Theory::PPAssertSta
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__THEORY_H */
+#endif /* CVC5__THEORY__THEORY_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback