summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/strategy.h')
-rw-r--r--src/theory/arith/nl/strategy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/arith/nl/strategy.h b/src/theory/arith/nl/strategy.h
index 139db7459..4fc115476 100644
--- a/src/theory/arith/nl/strategy.h
+++ b/src/theory/arith/nl/strategy.h
@@ -12,8 +12,8 @@
** \brief Strategies for the nonlinear extension
**/
-#ifndef CVC4__THEORY__ARITH__NL__STRATEGY_H
-#define CVC4__THEORY__ARITH__NL__STRATEGY_H
+#ifndef CVC5__THEORY__ARITH__NL__STRATEGY_H
+#define CVC5__THEORY__ARITH__NL__STRATEGY_H
#include <iosfwd>
#include <vector>
@@ -175,4 +175,4 @@ class Strategy
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__ARITH__NL__STRATEGY_H */
+#endif /* CVC5__THEORY__ARITH__NL__STRATEGY_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback