Reorder includes. (#5749)

* Reorder includes.

* R.
This commit is contained in:
Jiaming Yuan
2020-06-03 13:30:47 +08:00
committed by GitHub
parent cd3d14ad0e
commit d3a0efbf16
89 changed files with 294 additions and 264 deletions

View File

@@ -1,13 +1,13 @@
/*!
* Copyright by Contributors 2017-2020
*/
#include <dmlc/omp.h>
#include <dmlc/any.h>
#include <cstddef>
#include <limits>
#include <mutex>
#include <dmlc/omp.h>
#include <dmlc/any.h>
#include "xgboost/base.h"
#include "xgboost/data.h"
#include "xgboost/predictor.h"

View File

@@ -1,11 +1,12 @@
/*!
* Copyright 2017-2020 by Contributors
*/
#include <memory>
#include <thrust/copy.h>
#include <thrust/device_ptr.h>
#include <thrust/device_vector.h>
#include <thrust/fill.h>
#include <memory>
#include "xgboost/data.h"
#include "xgboost/predictor.h"

View File

@@ -1,9 +1,9 @@
/*!
* Copyright 2017-2020 by Contributors
*/
#include <dmlc/registry.h>
#include <mutex>
#include <dmlc/registry.h>
#include "xgboost/predictor.h"
#include "xgboost/data.h"
#include "xgboost/generic_parameters.h"