summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/query_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/query_generator.h')
-rw-r--r--src/theory/quantifiers/query_generator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/quantifiers/query_generator.h b/src/theory/quantifiers/query_generator.h
index cf10b42da..b3f1fae54 100644
--- a/src/theory/quantifiers/query_generator.h
+++ b/src/theory/quantifiers/query_generator.h
@@ -15,8 +15,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__QUANTIFIERS__QUERY_GENERATOR_H
-#define CVC4__THEORY__QUANTIFIERS__QUERY_GENERATOR_H
+#ifndef CVC5__THEORY__QUANTIFIERS__QUERY_GENERATOR_H
+#define CVC5__THEORY__QUANTIFIERS__QUERY_GENERATOR_H
#include <map>
#include <unordered_set>
@@ -118,4 +118,4 @@ class QueryGenerator : public ExprMiner
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__QUANTIFIERS___H */
+#endif /* CVC5__THEORY__QUANTIFIERS___H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback