summaryrefslogtreecommitdiff
path: root/src/smt/preprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/preprocessor.cpp')
-rw-r--r--src/smt/preprocessor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/smt/preprocessor.cpp b/src/smt/preprocessor.cpp
index c2ebdbcd0..9f1f71bd7 100644
--- a/src/smt/preprocessor.cpp
+++ b/src/smt/preprocessor.cpp
@@ -24,10 +24,10 @@
#include "smt/smt_engine.h"
using namespace std;
-using namespace CVC5::theory;
-using namespace CVC5::kind;
+using namespace cvc5::theory;
+using namespace cvc5::kind;
-namespace CVC5 {
+namespace cvc5 {
namespace smt {
Preprocessor::Preprocessor(SmtEngine& smt,
@@ -159,4 +159,4 @@ void Preprocessor::setProofGenerator(PreprocessProofGenerator* pppg)
}
} // namespace smt
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback