summaryrefslogtreecommitdiff
path: root/src/preprocessing/preprocessing_pass_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/preprocessing_pass_context.h')
-rw-r--r--src/preprocessing/preprocessing_pass_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/preprocessing_pass_context.h b/src/preprocessing/preprocessing_pass_context.h
index 17f049748..44352519a 100644
--- a/src/preprocessing/preprocessing_pass_context.h
+++ b/src/preprocessing/preprocessing_pass_context.h
@@ -18,8 +18,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__PREPROCESSING__PREPROCESSING_PASS_CONTEXT_H
-#define CVC4__PREPROCESSING__PREPROCESSING_PASS_CONTEXT_H
+#ifndef CVC5__PREPROCESSING__PREPROCESSING_PASS_CONTEXT_H
+#define CVC5__PREPROCESSING__PREPROCESSING_PASS_CONTEXT_H
#include "context/cdhashset.h"
#include "smt/smt_engine.h"
@@ -108,4 +108,4 @@ class PreprocessingPassContext
} // namespace preprocessing
} // namespace cvc5
-#endif /* CVC4__PREPROCESSING__PREPROCESSING_PASS_CONTEXT_H */
+#endif /* CVC5__PREPROCESSING__PREPROCESSING_PASS_CONTEXT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback