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

gitdub at mlpack.org gitdub at mlpack.org
Thu Jun 30 15:33:25 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/812048c7c6bee0b6c8d936677f23bbb5930c6cfc...a50784d84b26721c5c76b68fcd39dd42ec673254

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

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

    Remove unnecessary includes.


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

a50784d84b26721c5c76b68fcd39dd42ec673254
 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 dee9f55..e71e497 100644
--- a/src/mlpack/methods/lsh/lsh_main.cpp
+++ b/src/mlpack/methods/lsh/lsh_main.cpp
@@ -5,15 +5,9 @@
  * This file computes the approximate nearest-neighbors using 2-stable
  * Locality-sensitive Hashing.
  */
-#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