summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/nl_model.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/nl/nl_model.h
parentb302cb1f92aae1c0954c86065469e5c2b7206e74 (diff)
Some more cleanup of includes (#6083)
This PR does some more cleanup of the includes.
Diffstat (limited to 'src/theory/arith/nl/nl_model.h')
-rw-r--r--src/theory/arith/nl/nl_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/nl/nl_model.h b/src/theory/arith/nl/nl_model.h
index f907963c1..cd52cb159 100644
--- a/src/theory/arith/nl/nl_model.h
+++ b/src/theory/arith/nl/nl_model.h
@@ -21,7 +21,6 @@
#include "expr/kind.h"
#include "expr/node.h"
-#include "theory/arith/nl/nl_lemma_utils.h"
namespace CVC4 {
@@ -36,6 +35,7 @@ class TheoryModel;
namespace arith {
namespace nl {
+class NlLemma;
class NonlinearExtension;
/** Non-linear model finder
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback