summaryrefslogtreecommitdiff
path: root/src/expr/expr_iomanip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_iomanip.h')
-rw-r--r--src/expr/expr_iomanip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/expr_iomanip.h b/src/expr/expr_iomanip.h
index 674d4c6fd..91b0fcc2e 100644
--- a/src/expr/expr_iomanip.h
+++ b/src/expr/expr_iomanip.h
@@ -16,8 +16,8 @@
#include "cvc4_public.h"
-#ifndef CVC4__EXPR__EXPR_IOMANIP_H
-#define CVC4__EXPR__EXPR_IOMANIP_H
+#ifndef CVC5__EXPR__EXPR_IOMANIP_H
+#define CVC5__EXPR__EXPR_IOMANIP_H
#include <iosfwd>
@@ -175,4 +175,4 @@ std::ostream& operator<<(std::ostream& out, ExprSetDepth sd);
} // namespace cvc5
-#endif /* CVC4__EXPR__EXPR_IOMANIP_H */
+#endif /* CVC5__EXPR__EXPR_IOMANIP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback