summaryrefslogtreecommitdiff
path: root/src/theory/arith/cut_log.h
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2021-03-09 13:48:43 +0100
committerGitHub <noreply@github.com>2021-03-09 13:48:43 +0100
commit540ef6910a2b7ffeb67bac18dfc489fb4a6115d6 (patch)
tree23b0c78b126cb5b1584b75eca14fe648624a023a /src/theory/arith/cut_log.h
parentb302cb1f92aae1c0954c86065469e5c2b7206e74 (diff)
Some more cleanup of includes (#6083)
This PR does some more cleanup of the includes.
Diffstat (limited to 'src/theory/arith/cut_log.h')
-rw-r--r--src/theory/arith/cut_log.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/arith/cut_log.h b/src/theory/arith/cut_log.h
index f6f974fca..2b67026dc 100644
--- a/src/theory/arith/cut_log.h
+++ b/src/theory/arith/cut_log.h
@@ -22,13 +22,11 @@
#include <unordered_map>
#include <map>
#include <set>
-#include <vector>
#include "expr/kind.h"
#include "theory/arith/arithvar.h"
#include "theory/arith/constraint_forward.h"
#include "util/dense_map.h"
-#include "util/statistics_registry.h"
namespace CVC4 {
namespace theory {
@@ -230,7 +228,6 @@ public:
};
std::ostream& operator<<(std::ostream& os, const NodeLog& nl);
-class ApproximateSimplex;
class TreeLog {
private:
int next_exec_ord;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback