diff --git a/gtsam_unstable/nonlinear/Expression-inl.h b/gtsam/nonlinear/Expression-inl.h similarity index 100% rename from gtsam_unstable/nonlinear/Expression-inl.h rename to gtsam/nonlinear/Expression-inl.h diff --git a/gtsam_unstable/nonlinear/Expression.h b/gtsam/nonlinear/Expression.h similarity index 99% rename from gtsam_unstable/nonlinear/Expression.h rename to gtsam/nonlinear/Expression.h index 68a79ed6b..85b223440 100644 --- a/gtsam_unstable/nonlinear/Expression.h +++ b/gtsam/nonlinear/Expression.h @@ -19,7 +19,7 @@ #pragma once -#include "Expression-inl.h" +#include #include #include diff --git a/gtsam_unstable/nonlinear/tests/testExpression.cpp b/gtsam/nonlinear/tests/testExpression.cpp similarity index 99% rename from gtsam_unstable/nonlinear/tests/testExpression.cpp rename to gtsam/nonlinear/tests/testExpression.cpp index 6156d103c..dfa60e54e 100644 --- a/gtsam_unstable/nonlinear/tests/testExpression.cpp +++ b/gtsam/nonlinear/tests/testExpression.cpp @@ -17,9 +17,9 @@ * @brief unit tests for Block Automatic Differentiation */ +#include #include #include -#include #include #include