From a6c0087fcc464c6f091f69bdb677a3ddbb10448d Mon Sep 17 00:00:00 2001 From: Omar Shrit Date: Tue, 15 Jun 2021 18:49:54 +0200 Subject: [PATCH] I do think these headers are useless here in this file. Let us see if the CI agrees with me. Signed-off-by: Omar Shrit --- src/mlpack/core/data/load_model_impl.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/mlpack/core/data/load_model_impl.hpp b/src/mlpack/core/data/load_model_impl.hpp index ae5396b4fb..c62bad2673 100644 --- a/src/mlpack/core/data/load_model_impl.hpp +++ b/src/mlpack/core/data/load_model_impl.hpp @@ -15,15 +15,8 @@ // In case it hasn't already been included. #include "load.hpp" -#include -#include - #include "extension.hpp" -#include -#include -#include - #include #include #include