From 80137792c9d055c5d75c30e6429f70b3e5d3ef35 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 7 Jan 2023 15:46:30 -0800 Subject: [PATCH] Removed unused headers --- gtsam/inference/tests/testKey.cpp | 3 --- gtsam/inference/tests/testLabeledSymbol.cpp | 2 -- gtsam/linear/KalmanFilter.cpp | 2 -- gtsam/linear/tests/testGaussianBayesNet.cpp | 3 --- gtsam/linear/tests/testGaussianFactorGraph.cpp | 4 ---- 5 files changed, 14 deletions(-) diff --git a/gtsam/inference/tests/testKey.cpp b/gtsam/inference/tests/testKey.cpp index 98c5d36bf..59245a53a 100644 --- a/gtsam/inference/tests/testKey.cpp +++ b/gtsam/inference/tests/testKey.cpp @@ -21,11 +21,8 @@ #include -#include // for operator += - #include -using namespace boost::assign; using namespace std; using namespace gtsam; diff --git a/gtsam/inference/tests/testLabeledSymbol.cpp b/gtsam/inference/tests/testLabeledSymbol.cpp index 4ac171c73..f63b438b4 100644 --- a/gtsam/inference/tests/testLabeledSymbol.cpp +++ b/gtsam/inference/tests/testLabeledSymbol.cpp @@ -19,9 +19,7 @@ #include #include -#include // for operator += -using namespace boost::assign; using namespace std; using namespace gtsam; diff --git a/gtsam/linear/KalmanFilter.cpp b/gtsam/linear/KalmanFilter.cpp index 8a1b145c3..05e82be08 100644 --- a/gtsam/linear/KalmanFilter.cpp +++ b/gtsam/linear/KalmanFilter.cpp @@ -27,9 +27,7 @@ #include #include -#include -using namespace boost::assign; using namespace std; namespace gtsam { diff --git a/gtsam/linear/tests/testGaussianBayesNet.cpp b/gtsam/linear/tests/testGaussianBayesNet.cpp index 771a24631..4113c3efd 100644 --- a/gtsam/linear/tests/testGaussianBayesNet.cpp +++ b/gtsam/linear/tests/testGaussianBayesNet.cpp @@ -25,15 +25,12 @@ #include #include -#include -#include // for operator += #include // STL/C++ #include #include -using namespace boost::assign; using namespace std::placeholders; using namespace std; using namespace gtsam; diff --git a/gtsam/linear/tests/testGaussianFactorGraph.cpp b/gtsam/linear/tests/testGaussianFactorGraph.cpp index 41464a110..221f49956 100644 --- a/gtsam/linear/tests/testGaussianFactorGraph.cpp +++ b/gtsam/linear/tests/testGaussianFactorGraph.cpp @@ -26,10 +26,6 @@ #include #include -#include -#include // for operator += -using namespace boost::assign; - #include #include