diff --git a/src/mlpack/methods/mean_shift/mean_shift.hpp b/src/mlpack/methods/mean_shift/mean_shift.hpp index 95331e6375..19f9082893 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 - #include 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 5b51341fb6..1cbf85d1f7 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 #include namespace mlpack {