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:
@@ -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,
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
|
||||
#include "dt_utils.hpp"
|
||||
#include <mlpack/core/tree/enumerate_tree.hpp>
|
||||
#include <mlpack/core/util/log.hpp>
|
||||
|
||||
namespace mlpack {
|
||||
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
|
||||
#include <mlpack/core/util/log.hpp>
|
||||
|
||||
namespace mlpack {
|
||||
|
||||
/**
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user