summaryrefslogtreecommitdiff
path: root/src/theory/arith/cut_log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/cut_log.cpp')
-rw-r--r--src/theory/arith/cut_log.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/theory/arith/cut_log.cpp b/src/theory/arith/cut_log.cpp
index 4cdd242db..28fd80acc 100644
--- a/src/theory/arith/cut_log.cpp
+++ b/src/theory/arith/cut_log.cpp
@@ -16,17 +16,19 @@
* \todo document this file
*/
+#include "theory/arith/cut_log.h"
+
+#include <limits.h>
+#include <math.h>
+
#include <cmath>
#include <iomanip>
-#include <limits.h>
#include <map>
-#include <math.h>
+#include "base/cvc5config.h"
#include "base/output.h"
-#include "cvc4autoconfig.h"
#include "theory/arith/approx_simplex.h"
#include "theory/arith/constraint.h"
-#include "theory/arith/cut_log.h"
#include "theory/arith/normal_form.h"
#include "util/ostream_util.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback