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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Sun Dec 13 23:08:46 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/7467dd42adfc64b8c7e4107f361c3245728e99e5...714d6b7829b76fd8348b894a5eb5996a5380ba2a

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

commit 714d6b7829b76fd8348b894a5eb5996a5380ba2a
Author: Ryan Curtin <ryan at ratml.org>
Date:   Sun Dec 13 23:08:15 2015 -0500

    Remove unnecessary includes.
    
    A previous commit (merge) also inadvertently added my refactoring of this
    program to be able to load/save models.


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

714d6b7829b76fd8348b894a5eb5996a5380ba2a
 src/mlpack/methods/rann/allkrann_main.cpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/mlpack/methods/rann/allkrann_main.cpp b/src/mlpack/methods/rann/allkrann_main.cpp
index 363aec1..430eae3 100644
--- a/src/mlpack/methods/rann/allkrann_main.cpp
+++ b/src/mlpack/methods/rann/allkrann_main.cpp
@@ -5,14 +5,8 @@
  * Implementation of the AllkRANN executable.  Allows some number of standard
  * options.
  */
-#include <time.h>
-
 #include <mlpack/core.hpp>
 
-#include <string>
-#include <fstream>
-#include <iostream>
-
 #include "ra_search.hpp"
 #include "ra_model.hpp"
 #include <mlpack/methods/neighbor_search/unmap.hpp>



More information about the mlpack-git mailing list