From 0ad2dc6f814669d3a3ed4b984e22071bcc30aa94 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 12 Oct 2013 21:08:27 +0000 Subject: [PATCH] removed "using" from header --- gtsam_unstable/slam/SmartProjectionFactorsCreator.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/gtsam_unstable/slam/SmartProjectionFactorsCreator.h b/gtsam_unstable/slam/SmartProjectionFactorsCreator.h index 60b080b93..19d710092 100644 --- a/gtsam_unstable/slam/SmartProjectionFactorsCreator.h +++ b/gtsam_unstable/slam/SmartProjectionFactorsCreator.h @@ -8,23 +8,16 @@ #ifndef SMARTPROJECTIONFACTORSCREATOR_H_ #define SMARTPROJECTIONFACTORSCREATOR_H_ -// Both relative poses and recovered trajectory poses will be stored as Pose3 objects -#include - +#include #include - #include // Use a map to store landmark/smart factor pairs #include #include -#include - #include -#include #include -using namespace boost::assign; #include #include