Remove includes in _impl header if main header contains include

Note that we consider the wider include to `core` as being sufficient.
This commit is contained in:
Martin Lambertsen
2024-10-15 07:25:16 +02:00
parent 9d19795bd6
commit 6d5231408b
5 changed files with 0 additions and 8 deletions
-2
View File
@@ -15,8 +15,6 @@
// In case it hasn't been included yet.
#include "ffn.hpp"
#include <mlpack/core/util/log.hpp>
namespace mlpack {
template<typename OutputLayerType,
-1
View File
@@ -15,7 +15,6 @@
#include "dt_utils.hpp"
#include <mlpack/core/tree/enumerate_tree.hpp>
#include <mlpack/core/util/log.hpp>
namespace mlpack {
-2
View File
@@ -15,8 +15,6 @@
#include <stack>
#include <vector>
#include <mlpack/core/util/log.hpp>
namespace mlpack {
/**
-2
View File
@@ -14,8 +14,6 @@
#include "dtb_rules.hpp"
#include <mlpack/core/util/log.hpp>
namespace mlpack {
/**
@@ -13,7 +13,6 @@
#include "kmeans.hpp"
#include <mlpack/core/distances/lmetric.hpp>
#include <mlpack/core/util/log.hpp>
#include <mlpack/core/util/sfinae_utility.hpp>
#include <mlpack/core/util/size_checks.hpp>