summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/ite_removal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/ite_removal.h')
-rw-r--r--src/preprocessing/passes/ite_removal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/passes/ite_removal.h b/src/preprocessing/passes/ite_removal.h
index 3881eab2d..ceb9af4ac 100644
--- a/src/preprocessing/passes/ite_removal.h
+++ b/src/preprocessing/passes/ite_removal.h
@@ -22,7 +22,7 @@
#include "preprocessing/preprocessing_pass.h"
-namespace CVC4 {
+namespace CVC5 {
namespace preprocessing {
namespace passes {
@@ -37,6 +37,6 @@ class IteRemoval : public PreprocessingPass
} // namespace passes
} // namespace preprocessing
-} // namespace CVC4
+} // namespace CVC5
#endif // CVC4__PREPROCESSING__PASSES__ITE_REMOVAL_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback