summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/ext/tangent_plane_check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/ext/tangent_plane_check.cpp')
-rw-r--r--src/theory/arith/nl/ext/tangent_plane_check.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/nl/ext/tangent_plane_check.cpp b/src/theory/arith/nl/ext/tangent_plane_check.cpp
index a66f1396c..9efa9c0f2 100644
--- a/src/theory/arith/nl/ext/tangent_plane_check.cpp
+++ b/src/theory/arith/nl/ext/tangent_plane_check.cpp
@@ -16,11 +16,11 @@
#include "theory/arith/nl/ext/tangent_plane_check.h"
#include "expr/node.h"
-#include "expr/proof.h"
+#include "proof/proof.h"
#include "theory/arith/arith_msum.h"
#include "theory/arith/inference_manager.h"
-#include "theory/arith/nl/nl_model.h"
#include "theory/arith/nl/ext/ext_state.h"
+#include "theory/arith/nl/nl_model.h"
#include "theory/rewriter.h"
namespace cvc5 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback