summaryrefslogtreecommitdiff
path: root/src/theory/strings/rewrites.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/rewrites.h')
-rw-r--r--src/theory/strings/rewrites.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/strings/rewrites.h b/src/theory/strings/rewrites.h
index 37ef61bee..31d5be4bc 100644
--- a/src/theory/strings/rewrites.h
+++ b/src/theory/strings/rewrites.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__STRINGS__REWRITES_H
-#define CVC4__THEORY__STRINGS__REWRITES_H
+#ifndef CVC5__THEORY__STRINGS__REWRITES_H
+#define CVC5__THEORY__STRINGS__REWRITES_H
#include <iosfwd>
@@ -241,4 +241,4 @@ std::ostream& operator<<(std::ostream& out, Rewrite r);
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__STRINGS__REWRITES_H */
+#endif /* CVC5__THEORY__STRINGS__REWRITES_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback