From 4e5e361d3f3ce1bdf40bbc2c7cf29de397fba555 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Sun, 22 Jan 2012 16:46:38 +0000 Subject: [PATCH] Removed extraneous references to gtsam/inference/graph.h - now only in SubgraphSolver --- examples/vSLAMexample/vISAMexample.cpp | 1 - examples/vSLAMexample/vSFMexample.cpp | 1 - gtsam/inference/FactorGraph-inl.h | 1 - gtsam/inference/FactorGraph.h | 1 - gtsam/linear/SubgraphSolver-inl.h | 1 + gtsam/slam/dataset.cpp | 1 - gtsam/slam/dataset.h | 1 - gtsam/slam/tests/testGeneralSFMFactor.cpp | 1 - gtsam/slam/tests/testGeneralSFMFactor_Cal3Bundler.cpp | 1 - gtsam/slam/tests/testStereoFactor.cpp | 1 - gtsam/slam/tests/testVSLAM.cpp | 1 - 11 files changed, 1 insertion(+), 10 deletions(-) diff --git a/examples/vSLAMexample/vISAMexample.cpp b/examples/vSLAMexample/vISAMexample.cpp index 6cdc34f17..c9a656ff5 100644 --- a/examples/vSLAMexample/vISAMexample.cpp +++ b/examples/vSLAMexample/vISAMexample.cpp @@ -25,7 +25,6 @@ using namespace boost; #include #include -#include #include #include #include diff --git a/examples/vSLAMexample/vSFMexample.cpp b/examples/vSLAMexample/vSFMexample.cpp index 9dc8bfe34..f5e386ed7 100644 --- a/examples/vSLAMexample/vSFMexample.cpp +++ b/examples/vSLAMexample/vSFMexample.cpp @@ -24,7 +24,6 @@ using namespace boost; #include #include -#include #include #include diff --git a/gtsam/inference/FactorGraph-inl.h b/gtsam/inference/FactorGraph-inl.h index 9772cc790..5689eff0a 100644 --- a/gtsam/inference/FactorGraph-inl.h +++ b/gtsam/inference/FactorGraph-inl.h @@ -22,7 +22,6 @@ #pragma once -#include #include #include diff --git a/gtsam/inference/FactorGraph.h b/gtsam/inference/FactorGraph.h index 96786b88f..0ea0eecc9 100644 --- a/gtsam/inference/FactorGraph.h +++ b/gtsam/inference/FactorGraph.h @@ -28,7 +28,6 @@ #include #include #include -#include namespace gtsam { diff --git a/gtsam/linear/SubgraphSolver-inl.h b/gtsam/linear/SubgraphSolver-inl.h index 63a497ac1..6f7ad5f50 100644 --- a/gtsam/linear/SubgraphSolver-inl.h +++ b/gtsam/linear/SubgraphSolver-inl.h @@ -14,6 +14,7 @@ #include #include +#include #include using namespace std; diff --git a/gtsam/slam/dataset.cpp b/gtsam/slam/dataset.cpp index b5322ee47..d24058204 100644 --- a/gtsam/slam/dataset.cpp +++ b/gtsam/slam/dataset.cpp @@ -20,7 +20,6 @@ #include #include #include -#include #include diff --git a/gtsam/slam/dataset.h b/gtsam/slam/dataset.h index d808dfa24..e221f9da3 100644 --- a/gtsam/slam/dataset.h +++ b/gtsam/slam/dataset.h @@ -21,7 +21,6 @@ #include #include -#include namespace gtsam { diff --git a/gtsam/slam/tests/testGeneralSFMFactor.cpp b/gtsam/slam/tests/testGeneralSFMFactor.cpp index 8f9c9d09e..dc53c098c 100644 --- a/gtsam/slam/tests/testGeneralSFMFactor.cpp +++ b/gtsam/slam/tests/testGeneralSFMFactor.cpp @@ -18,7 +18,6 @@ using namespace boost; #include #include #include -#include #include #include #include diff --git a/gtsam/slam/tests/testGeneralSFMFactor_Cal3Bundler.cpp b/gtsam/slam/tests/testGeneralSFMFactor_Cal3Bundler.cpp index 3f4e6df6f..c75450cfa 100644 --- a/gtsam/slam/tests/testGeneralSFMFactor_Cal3Bundler.cpp +++ b/gtsam/slam/tests/testGeneralSFMFactor_Cal3Bundler.cpp @@ -18,7 +18,6 @@ using namespace boost; #include #include #include -#include #include #include #include diff --git a/gtsam/slam/tests/testStereoFactor.cpp b/gtsam/slam/tests/testStereoFactor.cpp index 50a84d8b6..2955e1ef9 100644 --- a/gtsam/slam/tests/testStereoFactor.cpp +++ b/gtsam/slam/tests/testStereoFactor.cpp @@ -24,7 +24,6 @@ #include #include -#include #include using namespace std; diff --git a/gtsam/slam/tests/testVSLAM.cpp b/gtsam/slam/tests/testVSLAM.cpp index c25b4260d..cb208bfeb 100644 --- a/gtsam/slam/tests/testVSLAM.cpp +++ b/gtsam/slam/tests/testVSLAM.cpp @@ -27,7 +27,6 @@ using namespace boost; #include #include -#include #include using namespace std;