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,15 +1,15 @@
/*!
* Copyright 2019 XGBoost contributors
*/
#include <algorithm>
#include <string>
#include <set>
#include <thrust/copy.h>
#include <thrust/device_vector.h>
#include <thrust/execution_policy.h>
#include <thrust/iterator/counting_iterator.h>
#include <algorithm>
#include <string>
#include <set>
#include "xgboost/logging.h"
#include "xgboost/span.h"
#include "constraints.cuh"