diff --git a/src/sat/smt/arith_axioms.cpp b/src/sat/smt/arith_axioms.cpp index ae052231c..ce4e84225 100644 --- a/src/sat/smt/arith_axioms.cpp +++ b/src/sat/smt/arith_axioms.cpp @@ -14,7 +14,6 @@ Author: Nikolaj Bjorner (nbjorner) 2020-09-08 --*/ -#pragma once #include "sat/smt/euf_solver.h" #include "sat/smt/arith_solver.h" diff --git a/src/sat/smt/arith_diagnostics.cpp b/src/sat/smt/arith_diagnostics.cpp index 0b83f4ee2..70b91dbbd 100644 --- a/src/sat/smt/arith_diagnostics.cpp +++ b/src/sat/smt/arith_diagnostics.cpp @@ -14,7 +14,6 @@ Author: Nikolaj Bjorner (nbjorner) 2020-09-08 --*/ -#pragma once #include "sat/smt/euf_solver.h" #include "sat/smt/arith_solver.h" diff --git a/src/sat/smt/arith_internalize.cpp b/src/sat/smt/arith_internalize.cpp index 5259d18bc..5c39a5683 100644 --- a/src/sat/smt/arith_internalize.cpp +++ b/src/sat/smt/arith_internalize.cpp @@ -14,7 +14,6 @@ Author: Nikolaj Bjorner (nbjorner) 2020-09-08 --*/ -#pragma once #include "sat/smt/euf_solver.h" #include "sat/smt/arith_solver.h" diff --git a/src/sat/smt/arith_solver.cpp b/src/sat/smt/arith_solver.cpp index 12d234ad6..07df6f73e 100644 --- a/src/sat/smt/arith_solver.cpp +++ b/src/sat/smt/arith_solver.cpp @@ -14,7 +14,6 @@ Author: Nikolaj Bjorner (nbjorner) 2020-09-08 --*/ -#pragma once #include "sat/smt/euf_solver.h" #include "sat/smt/arith_solver.h"