summaryrefslogtreecommitdiff
path: root/src/theory/incomplete_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/incomplete_id.h')
-rw-r--r--src/theory/incomplete_id.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/incomplete_id.h b/src/theory/incomplete_id.h
index 67754b67d..b587272cf 100644
--- a/src/theory/incomplete_id.h
+++ b/src/theory/incomplete_id.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__INCOMPLETE_ID_H
-#define CVC4__THEORY__INCOMPLETE_ID_H
+#ifndef CVC5__THEORY__INCOMPLETE_ID_H
+#define CVC5__THEORY__INCOMPLETE_ID_H
#include <iosfwd>
@@ -80,4 +80,4 @@ std::ostream& operator<<(std::ostream& out, IncompleteId i);
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__INCOMPLETE_ID_H */
+#endif /* CVC5__THEORY__INCOMPLETE_ID_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback