From 84924ad663c24333cad1f47b36c21661d580aa9c Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Fri, 3 Aug 2012 21:02:39 +0000 Subject: [PATCH] Removed remaining reference to slam namespace headers --- gtsam_unstable/slam/tests/testPosePriors.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtsam_unstable/slam/tests/testPosePriors.cpp b/gtsam_unstable/slam/tests/testPosePriors.cpp index 4aa835266..1a40dd335 100644 --- a/gtsam_unstable/slam/tests/testPosePriors.cpp +++ b/gtsam_unstable/slam/tests/testPosePriors.cpp @@ -9,12 +9,12 @@ #include +#include +#include + #include #include -#include -#include - #include using namespace gtsam;