[mlpack-git] master: Remove unnecessary includes. (e2acdb7)

gitdub at mlpack.org gitdub at mlpack.org
Fri Feb 12 17:47:08 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/ec35c2d4bc564e1431abf7c9aa14737c1d40328b...46e0a233c29ae638ba60eb224826168516c0ec4e

>---------------------------------------------------------------

commit e2acdb715675bf01d82ea52c2c1dd7e5c7e82363
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Feb 12 14:47:08 2016 -0800

    Remove unnecessary includes.


>---------------------------------------------------------------

e2acdb715675bf01d82ea52c2c1dd7e5c7e82363
 src/mlpack/tests/sgd_test.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mlpack/tests/sgd_test.cpp b/src/mlpack/tests/sgd_test.cpp
index 58b3f11..1b273dc 100644
--- a/src/mlpack/tests/sgd_test.cpp
+++ b/src/mlpack/tests/sgd_test.cpp
@@ -9,10 +9,6 @@
 #include <mlpack/core/optimizers/lbfgs/test_functions.hpp>
 #include <mlpack/core/optimizers/sgd/test_function.hpp>
 
-#include <mlpack/core/metrics/ip_metric.hpp>
-#include <mlpack/core/metrics/lmetric.hpp>
-#include <mlpack/core/metrics/mahalanobis_distance.hpp>
-
 #include <boost/test/unit_test.hpp>
 #include "old_boost_test_definitions.hpp"
 
@@ -21,7 +17,6 @@ using namespace arma;
 using namespace mlpack;
 using namespace mlpack::optimization;
 using namespace mlpack::optimization::test;
-using namespace mlpack::metric;
 
 BOOST_AUTO_TEST_SUITE(SGDTest);
 




More information about the mlpack-git mailing list