[mlpack] 03/35: Remove unnecessary includes.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Sep 15 23:29:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit 3f13a82f72898f5e1f03376f3a529d9d54a73411
Author: Ryan Curtin <ryan at ratml.org>
Date: Thu Jun 30 15:33:25 2016 -0400
Remove unnecessary includes.
---
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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list