summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_static_learner.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-11-30 10:56:28 -0600
committerGitHub <noreply@github.com>2020-11-30 10:56:28 -0600
commit9f372f084f5c558e3ff618d02abfdb384a82e066 (patch)
treeeebab887048231876505ced878b5b7878ffb72b6 /src/theory/arith/arith_static_learner.cpp
parentac6150d7992b5dd1cace8d8d6e0d308e4a741c12 (diff)
Remove includes for old API from internal code (#5536)
The only code including the old API now are in parser/ and main/ which will require further untangling.
Diffstat (limited to 'src/theory/arith/arith_static_learner.cpp')
-rw-r--r--src/theory/arith/arith_static_learner.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/arith/arith_static_learner.cpp b/src/theory/arith/arith_static_learner.cpp
index 1e031c322..f4016d032 100644
--- a/src/theory/arith/arith_static_learner.cpp
+++ b/src/theory/arith/arith_static_learner.cpp
@@ -18,7 +18,6 @@
#include <vector>
#include "base/output.h"
-#include "expr/expr.h"
#include "expr/node_algorithm.h"
#include "options/arith_options.h"
#include "smt/smt_statistics_registry.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback