summaryrefslogtreecommitdiff
path: root/src/theory/theory_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_state.h')
-rw-r--r--src/theory/theory_state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/theory_state.h b/src/theory/theory_state.h
index 14776761e..1874d48c8 100644
--- a/src/theory/theory_state.h
+++ b/src/theory/theory_state.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__THEORY_STATE_H
-#define CVC4__THEORY__THEORY_STATE_H
+#ifndef CVC5__THEORY__THEORY_STATE_H
+#define CVC5__THEORY__THEORY_STATE_H
#include "context/cdo.h"
#include "expr/node.h"
@@ -123,4 +123,4 @@ class TheoryState
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__SOLVER_STATE_H */
+#endif /* CVC5__THEORY__SOLVER_STATE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback