From f8b7f204fe1ae8876f2493721a6eb6257088b732 Mon Sep 17 00:00:00 2001 From: dellaert Date: Sun, 23 Nov 2014 11:38:34 +0100 Subject: [PATCH] Header discipline --- gtsam/navigation/AHRSFactor.cpp | 7 +------ gtsam/navigation/AHRSFactor.h | 5 ----- gtsam/navigation/tests/testAHRSFactor.cpp | 4 +++- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/gtsam/navigation/AHRSFactor.cpp b/gtsam/navigation/AHRSFactor.cpp index cbda02ecc..88effd1b1 100644 --- a/gtsam/navigation/AHRSFactor.cpp +++ b/gtsam/navigation/AHRSFactor.cpp @@ -13,17 +13,12 @@ * @file AHRSFactor.cpp * @author Krunal Chande * @author Luca Carlone + * @author Frank Dellaert * @date July 2014 **/ #include -/* GTSAM includes */ -#include -#include -#include -#include - /* External or standard includes */ #include diff --git a/gtsam/navigation/AHRSFactor.h b/gtsam/navigation/AHRSFactor.h index 1b8cdc45d..9bccacb1c 100644 --- a/gtsam/navigation/AHRSFactor.h +++ b/gtsam/navigation/AHRSFactor.h @@ -20,12 +20,7 @@ /* GTSAM includes */ #include -#include #include -#include - -/* External or standard includes */ -#include namespace gtsam { diff --git a/gtsam/navigation/tests/testAHRSFactor.cpp b/gtsam/navigation/tests/testAHRSFactor.cpp index faf8dce32..284860b66 100644 --- a/gtsam/navigation/tests/testAHRSFactor.cpp +++ b/gtsam/navigation/tests/testAHRSFactor.cpp @@ -18,10 +18,11 @@ #include #include #include -#include #include #include #include +#include + #include #include @@ -431,6 +432,7 @@ TEST (AHRSFactor, predictTest) { /* ************************************************************************* */ #include #include + TEST (AHRSFactor, graphTest) { // linearization point Rot3 x1(Rot3::RzRyRx(0, 0, 0));