summaryrefslogtreecommitdiff
path: root/src/main/time_limit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/time_limit.h')
-rw-r--r--src/main/time_limit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/time_limit.h b/src/main/time_limit.h
index ce55523f1..1e87a21bc 100644
--- a/src/main/time_limit.h
+++ b/src/main/time_limit.h
@@ -14,8 +14,8 @@
** Implementation of time limits that are imposed by the --tlimit option.
**/
-#ifndef CVC4__MAIN__TIME_LIMIT_H
-#define CVC4__MAIN__TIME_LIMIT_H
+#ifndef CVC5__MAIN__TIME_LIMIT_H
+#define CVC5__MAIN__TIME_LIMIT_H
#include "options/options.h"
@@ -49,4 +49,4 @@ TimeLimit install_time_limit(const Options& opts);
} // namespace main
} // namespace cvc5
-#endif /* CVC4__MAIN__TIME_LIMIT_H */
+#endif /* CVC5__MAIN__TIME_LIMIT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback