From f699dd26bb50dac035a937061bedfeb57ecaeb03 Mon Sep 17 00:00:00 2001 From: HannesSommer Date: Fri, 21 Nov 2014 21:09:03 +0100 Subject: [PATCH] correct case in import --- gtsam_unstable/nonlinear/Expression-inl.h | 2 +- gtsam_unstable/nonlinear/tests/testCallRecord.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtsam_unstable/nonlinear/Expression-inl.h b/gtsam_unstable/nonlinear/Expression-inl.h index 9f5a3ab90..40eb49def 100644 --- a/gtsam_unstable/nonlinear/Expression-inl.h +++ b/gtsam_unstable/nonlinear/Expression-inl.h @@ -19,7 +19,7 @@ #pragma once -#include +#include #include #include #include diff --git a/gtsam_unstable/nonlinear/tests/testCallRecord.cpp b/gtsam_unstable/nonlinear/tests/testCallRecord.cpp index a8abf295a..ab7e62419 100644 --- a/gtsam_unstable/nonlinear/tests/testCallRecord.cpp +++ b/gtsam_unstable/nonlinear/tests/testCallRecord.cpp @@ -15,10 +15,10 @@ * @author Frank Dellaert * @author Paul Furgale * @author Hannes Sommer - * @brief unit tests for Callrecord class + * @brief unit tests for CallRecord class */ -#include +#include #include