[mlpack-git] mlpack-2.0.x: Remove unnecessary includes. (3f13a82)

gitdub at mlpack.org gitdub at mlpack.org
Wed Jul 20 13:29:31 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : mlpack-2.0.x
Link       : https://github.com/mlpack/mlpack/compare/e434bc4ac042534529a2a440a44d86935b4d7164...fc4195d27bb9e642356a384d1fa6fe10cbdf89a6

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

commit 3f13a82f72898f5e1f03376f3a529d9d54a73411
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Jun 30 15:33:25 2016 -0400

    Remove unnecessary includes.


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

3f13a82f72898f5e1f03376f3a529d9d54a73411
 src/mlpack/methods/lsh/lsh_main.cpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/mlpack/methods/lsh/lsh_main.cpp b/src/mlpack/methods/lsh/lsh_main.cpp
index 97a8cef..786a5b0 100644
--- a/src/mlpack/methods/lsh/lsh_main.cpp
+++ b/src/mlpack/methods/lsh/lsh_main.cpp
@@ -12,15 +12,9 @@
  * 3-clause BSD license along with mlpack.  If not, see
  * http://www.opensource.org/licenses/BSD-3-Clause for more information.
  */
-#include <time.h>
-
 #include <mlpack/core.hpp>
 #include <mlpack/core/metrics/lmetric.hpp>
 
-#include <string>
-#include <fstream>
-#include <iostream>
-
 #include "lsh_search.hpp"
 
 using namespace std;




More information about the mlpack-git mailing list