diff --git a/gtsam/linear/tests/testGaussianBayesNet.cpp b/gtsam/linear/tests/testGaussianBayesNet.cpp index 09a741d0b..c88bf8731 100644 --- a/gtsam/linear/tests/testGaussianBayesNet.cpp +++ b/gtsam/linear/tests/testGaussianBayesNet.cpp @@ -25,14 +25,14 @@ #include #include #include // for operator += -using namespace boost::assign; #include -using namespace boost::placeholders; // STL/C++ #include #include +using namespace boost::assign; +using namespace boost::placeholders; using namespace std; using namespace gtsam; diff --git a/gtsam/linear/tests/testGaussianBayesTree.cpp b/gtsam/linear/tests/testGaussianBayesTree.cpp index 99d916123..a6a60c19c 100644 --- a/gtsam/linear/tests/testGaussianBayesTree.cpp +++ b/gtsam/linear/tests/testGaussianBayesTree.cpp @@ -21,9 +21,7 @@ #include #include // for operator += #include // for operator += -using namespace boost::assign; #include -using namespace boost::placeholders; #include #include @@ -31,6 +29,8 @@ using namespace boost::placeholders; #include #include +using namespace boost::assign; +using namespace boost::placeholders; using namespace std; using namespace gtsam; diff --git a/gtsam/nonlinear/tests/testValues.cpp b/gtsam/nonlinear/tests/testValues.cpp index 707d57aae..e9076a7d7 100644 --- a/gtsam/nonlinear/tests/testValues.cpp +++ b/gtsam/nonlinear/tests/testValues.cpp @@ -28,13 +28,13 @@ #include // for operator += #include #include -using namespace boost::assign; #include -using namespace boost::placeholders; #include #include #include +using namespace boost::assign; +using namespace boost::placeholders; using namespace gtsam; using namespace std; static double inf = std::numeric_limits::infinity();