summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/quantifiers_preprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/quantifiers_preprocess.cpp')
-rw-r--r--src/preprocessing/passes/quantifiers_preprocess.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/quantifiers_preprocess.cpp b/src/preprocessing/passes/quantifiers_preprocess.cpp
index af1eb5071..15f0fc54b 100644
--- a/src/preprocessing/passes/quantifiers_preprocess.cpp
+++ b/src/preprocessing/passes/quantifiers_preprocess.cpp
@@ -24,12 +24,12 @@
#include "theory/quantifiers/quantifiers_rewriter.h"
#include "theory/rewriter.h"
-namespace CVC4 {
+namespace CVC5 {
namespace preprocessing {
namespace passes {
using namespace std;
-using namespace CVC4::theory;
+using namespace CVC5::theory;
QuantifiersPreprocess::QuantifiersPreprocess(PreprocessingPassContext* preprocContext)
: PreprocessingPass(preprocContext, "quantifiers-preprocess"){};
@@ -58,4 +58,4 @@ PreprocessingPassResult QuantifiersPreprocess::applyInternal(
} // namespace passes
} // namespace preprocessing
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback