summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/ho_elim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/ho_elim.cpp')
-rw-r--r--src/preprocessing/passes/ho_elim.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/ho_elim.cpp b/src/preprocessing/passes/ho_elim.cpp
index 13a59a92d..1bf980c49 100644
--- a/src/preprocessing/passes/ho_elim.cpp
+++ b/src/preprocessing/passes/ho_elim.cpp
@@ -24,9 +24,9 @@
#include "theory/rewriter.h"
#include "theory/uf/theory_uf_rewriter.h"
-using namespace CVC5::kind;
+using namespace cvc5::kind;
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
@@ -539,4 +539,4 @@ TypeNode HoElim::getUSort(TypeNode tn)
} // namespace passes
} // namespace preprocessing
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback