summaryrefslogtreecommitdiff
path: root/src/theory/bags/infer_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/infer_info.h')
-rw-r--r--src/theory/bags/infer_info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/bags/infer_info.h b/src/theory/bags/infer_info.h
index 508c49fe5..633c3a828 100644
--- a/src/theory/bags/infer_info.h
+++ b/src/theory/bags/infer_info.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__BAGS__INFER_INFO_H
-#define CVC4__THEORY__BAGS__INFER_INFO_H
+#ifndef CVC5__THEORY__BAGS__INFER_INFO_H
+#define CVC5__THEORY__BAGS__INFER_INFO_H
#include <map>
#include <vector>
@@ -87,4 +87,4 @@ std::ostream& operator<<(std::ostream& out, const InferInfo& ii);
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__BAGS__INFER_INFO_H */
+#endif /* CVC5__THEORY__BAGS__INFER_INFO_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback