From 0090e07df941d4224f1d8a1fdb2027de8303bdf2 Mon Sep 17 00:00:00 2001 From: dellaert Date: Mon, 11 May 2015 21:26:14 -0700 Subject: [PATCH] Moved to internal subdirectory --- gtsam/nonlinear/Expression-inl.h | 2 +- gtsam/nonlinear/{ => internal}/CallRecord.h | 0 gtsam/nonlinear/{ => internal}/ExecutionTrace.h | 0 gtsam/nonlinear/{ => internal}/ExpressionNode.h | 4 ++-- gtsam/nonlinear/tests/testCallRecord.cpp | 2 +- gtsam/nonlinear/tests/testExecutionTrace.cpp | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename gtsam/nonlinear/{ => internal}/CallRecord.h (100%) rename gtsam/nonlinear/{ => internal}/ExecutionTrace.h (100%) rename gtsam/nonlinear/{ => internal}/ExpressionNode.h (99%) diff --git a/gtsam/nonlinear/Expression-inl.h b/gtsam/nonlinear/Expression-inl.h index 3ab0bfe4d..f9f81c598 100644 --- a/gtsam/nonlinear/Expression-inl.h +++ b/gtsam/nonlinear/Expression-inl.h @@ -19,7 +19,7 @@ #pragma once -#include +#include #include #include diff --git a/gtsam/nonlinear/CallRecord.h b/gtsam/nonlinear/internal/CallRecord.h similarity index 100% rename from gtsam/nonlinear/CallRecord.h rename to gtsam/nonlinear/internal/CallRecord.h diff --git a/gtsam/nonlinear/ExecutionTrace.h b/gtsam/nonlinear/internal/ExecutionTrace.h similarity index 100% rename from gtsam/nonlinear/ExecutionTrace.h rename to gtsam/nonlinear/internal/ExecutionTrace.h diff --git a/gtsam/nonlinear/ExpressionNode.h b/gtsam/nonlinear/internal/ExpressionNode.h similarity index 99% rename from gtsam/nonlinear/ExpressionNode.h rename to gtsam/nonlinear/internal/ExpressionNode.h index 1cbfd488c..40b071b00 100644 --- a/gtsam/nonlinear/ExpressionNode.h +++ b/gtsam/nonlinear/internal/ExpressionNode.h @@ -19,8 +19,8 @@ #pragma once -#include -#include +#include +#include #include // template meta-programming headers diff --git a/gtsam/nonlinear/tests/testCallRecord.cpp b/gtsam/nonlinear/tests/testCallRecord.cpp index 376ef56e4..09099ba1b 100644 --- a/gtsam/nonlinear/tests/testCallRecord.cpp +++ b/gtsam/nonlinear/tests/testCallRecord.cpp @@ -18,7 +18,7 @@ * @brief unit tests for CallRecord class */ -#include +#include #include #include diff --git a/gtsam/nonlinear/tests/testExecutionTrace.cpp b/gtsam/nonlinear/tests/testExecutionTrace.cpp index 5d0f33966..731f69816 100644 --- a/gtsam/nonlinear/tests/testExecutionTrace.cpp +++ b/gtsam/nonlinear/tests/testExecutionTrace.cpp @@ -16,7 +16,7 @@ * @brief unit tests for Expression internals */ -#include +#include #include #include