summaryrefslogtreecommitdiff
path: root/src/theory/arith/rewrites.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/rewrites.h')
-rw-r--r--src/theory/arith/rewrites.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/rewrites.h b/src/theory/arith/rewrites.h
index 6b5e8fc9f..250eacb09 100644
--- a/src/theory/arith/rewrites.h
+++ b/src/theory/arith/rewrites.h
@@ -19,7 +19,7 @@
#include <iosfwd>
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
@@ -77,6 +77,6 @@ std::ostream& operator<<(std::ostream& out, Rewrite r);
} // namespace arith
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__THEORY__ARITH__REWRITES_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback