summaryrefslogtreecommitdiff
path: root/src/preprocessing/assertion_pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/assertion_pipeline.h')
-rw-r--r--src/preprocessing/assertion_pipeline.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/assertion_pipeline.h b/src/preprocessing/assertion_pipeline.h
index aa4ffbca2..a04c03c22 100644
--- a/src/preprocessing/assertion_pipeline.h
+++ b/src/preprocessing/assertion_pipeline.h
@@ -15,8 +15,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__PREPROCESSING__ASSERTION_PIPELINE_H
-#define CVC4__PREPROCESSING__ASSERTION_PIPELINE_H
+#ifndef CVC5__PREPROCESSING__ASSERTION_PIPELINE_H
+#define CVC5__PREPROCESSING__ASSERTION_PIPELINE_H
#include <vector>
@@ -200,4 +200,4 @@ class AssertionPipeline
} // namespace preprocessing
} // namespace cvc5
-#endif /* CVC4__PREPROCESSING__ASSERTION_PIPELINE_H */
+#endif /* CVC5__PREPROCESSING__ASSERTION_PIPELINE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback