summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ematching/trigger_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/ematching/trigger_database.h')
-rw-r--r--src/theory/quantifiers/ematching/trigger_database.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/quantifiers/ematching/trigger_database.h b/src/theory/quantifiers/ematching/trigger_database.h
index 9cebb6173..8db50ae50 100644
--- a/src/theory/quantifiers/ematching/trigger_database.h
+++ b/src/theory/quantifiers/ematching/trigger_database.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__QUANTIFIERS__TRIGGER_DATABASE_H
-#define CVC4__THEORY__QUANTIFIERS__TRIGGER_DATABASE_H
+#ifndef CVC5__THEORY__QUANTIFIERS__TRIGGER_DATABASE_H
+#define CVC5__THEORY__QUANTIFIERS__TRIGGER_DATABASE_H
#include <vector>
@@ -107,4 +107,4 @@ class TriggerDatabase
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__QUANTIFIERS__TRIGGER_DATABASE_H */
+#endif /* CVC5__THEORY__QUANTIFIERS__TRIGGER_DATABASE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback