Moved to internal subdirectory

release/4.3a0
dellaert 2015-05-11 21:26:14 -07:00
parent 81b3860991
commit 0090e07df9
6 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
#pragma once #pragma once
#include <gtsam/nonlinear/ExpressionNode.h> #include <gtsam/nonlinear/internal/ExpressionNode.h>
#include <boost/tuple/tuple.hpp> #include <boost/tuple/tuple.hpp>
#include <boost/range/adaptor/map.hpp> #include <boost/range/adaptor/map.hpp>

View File

@ -19,8 +19,8 @@
#pragma once #pragma once
#include <gtsam/nonlinear/ExecutionTrace.h> #include <gtsam/nonlinear/internal/ExecutionTrace.h>
#include <gtsam/nonlinear/CallRecord.h> #include <gtsam/nonlinear/internal/CallRecord.h>
#include <gtsam/nonlinear/Values.h> #include <gtsam/nonlinear/Values.h>
// template meta-programming headers // template meta-programming headers

View File

@ -18,7 +18,7 @@
* @brief unit tests for CallRecord class * @brief unit tests for CallRecord class
*/ */
#include <gtsam/nonlinear/CallRecord.h> #include <gtsam/nonlinear/internal/CallRecord.h>
#include <gtsam/base/Matrix.h> #include <gtsam/base/Matrix.h>
#include <gtsam/base/Testable.h> #include <gtsam/base/Testable.h>

View File

@ -16,7 +16,7 @@
* @brief unit tests for Expression internals * @brief unit tests for Expression internals
*/ */
#include <gtsam/nonlinear/ExecutionTrace.h> #include <gtsam/nonlinear/internal/ExecutionTrace.h>
#include <gtsam/geometry/Point2.h> #include <gtsam/geometry/Point2.h>
#include <CppUnitLite/TestHarness.h> #include <CppUnitLite/TestHarness.h>