From 94f4f2959e3626f018a674490a42021a38521b28 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 3 Sep 2011 19:20:56 +0000 Subject: [PATCH] header bloat --- gtsam/linear/GaussianFactorGraph.cpp | 7 ++++--- gtsam/linear/GaussianFactorGraph.h | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gtsam/linear/GaussianFactorGraph.cpp b/gtsam/linear/GaussianFactorGraph.cpp index 2677c1b7c..3a3d81916 100644 --- a/gtsam/linear/GaussianFactorGraph.cpp +++ b/gtsam/linear/GaussianFactorGraph.cpp @@ -18,13 +18,14 @@ * @author Frank Dellaert */ +#include +#include +#include +#include #include #include #include -#include -#include -#include using namespace std; using namespace gtsam; diff --git a/gtsam/linear/GaussianFactorGraph.h b/gtsam/linear/GaussianFactorGraph.h index 5b6ef4371..a55b679f6 100644 --- a/gtsam/linear/GaussianFactorGraph.h +++ b/gtsam/linear/GaussianFactorGraph.h @@ -26,7 +26,6 @@ #include #include #include -#include #include namespace gtsam {