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