[mlpack-git] master: delete unused header file (cd4c0ed)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Apr 29 14:43:14 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/ee384655c4462e422e343e9725437fd772ca4449...182d4a629c1b23f683dff7b284844e4e3e9f5cc4

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

commit cd4c0ed61baa7ab48b9ea8fa038197b8371bf452
Author: HurricaneTong <HurricaneTong at HurricaneTong.local>
Date:   Sun Jan 18 22:21:26 2015 +0800

    delete unused header file


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

cd4c0ed61baa7ab48b9ea8fa038197b8371bf452
 src/mlpack/methods/mean_shift/mean_shift.hpp      | 1 -
 src/mlpack/methods/mean_shift/mean_shift_impl.hpp | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/mlpack/methods/mean_shift/mean_shift.hpp b/src/mlpack/methods/mean_shift/mean_shift.hpp
index 95331e6..19f9082 100644
--- a/src/mlpack/methods/mean_shift/mean_shift.hpp
+++ b/src/mlpack/methods/mean_shift/mean_shift.hpp
@@ -9,7 +9,6 @@
 #define __MLPACK_METHODS_MEAN_SHIFT_MEAN_SHIFT_HPP
 
 #include <mlpack/core.hpp>
-
 #include <mlpack/core/kernels/gaussian_kernel.hpp>
 
 namespace mlpack {
diff --git a/src/mlpack/methods/mean_shift/mean_shift_impl.hpp b/src/mlpack/methods/mean_shift/mean_shift_impl.hpp
index 5b51341..1cbf85d 100644
--- a/src/mlpack/methods/mean_shift/mean_shift_impl.hpp
+++ b/src/mlpack/methods/mean_shift/mean_shift_impl.hpp
@@ -6,7 +6,6 @@
  */
 
 #include "mean_shift.hpp"
-#include <mlpack/core/metrics/lmetric.hpp>
 #include <mlpack/core/kernels/gaussian_kernel.hpp>
 
 namespace mlpack {



More information about the mlpack-git mailing list