summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_rewriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arith_rewriter.cpp')
-rw-r--r--src/theory/arith/arith_rewriter.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/theory/arith/arith_rewriter.cpp b/src/theory/arith/arith_rewriter.cpp
index b8135127d..4d632e043 100644
--- a/src/theory/arith/arith_rewriter.cpp
+++ b/src/theory/arith/arith_rewriter.cpp
@@ -16,6 +16,8 @@
* \todo document this file
*/
+#include "theory/arith/arith_rewriter.h"
+
#include <set>
#include <sstream>
#include <stack>
@@ -23,11 +25,12 @@
#include "smt/logic_exception.h"
#include "theory/arith/arith_msum.h"
-#include "theory/arith/arith_rewriter.h"
#include "theory/arith/arith_utilities.h"
#include "theory/arith/normal_form.h"
#include "theory/arith/operator_elim.h"
#include "theory/theory.h"
+#include "util/bitvector.h"
+#include "util/divisible.h"
#include "util/iand.h"
namespace cvc5 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback