delete unused header file

This commit is contained in:
HurricaneTong
2015-04-29 14:15:33 -04:00
committed by Ryan Curtin
parent 9543f793d2
commit cd4c0ed61b
2 changed files with 0 additions and 2 deletions
@@ -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 {
@@ -6,7 +6,6 @@
*/
#include "mean_shift.hpp"
#include <mlpack/core/metrics/lmetric.hpp>
#include <mlpack/core/kernels/gaussian_kernel.hpp>
namespace mlpack {