Revert "Reorder includes. (#5749)" (#5771)

This reverts commit d3a0efbf16.
This commit is contained in:
Philip Hyunsu Cho
2020-06-09 10:29:28 -07:00
committed by GitHub
parent d087a12b04
commit 1d22a9be1c
89 changed files with 264 additions and 294 deletions

View File

@@ -6,6 +6,9 @@
#ifndef XGBOOST_COMMON_COMMON_H_
#define XGBOOST_COMMON_COMMON_H_
#include <xgboost/base.h>
#include <xgboost/logging.h>
#include <exception>
#include <limits>
#include <type_traits>
@@ -13,9 +16,6 @@
#include <string>
#include <sstream>
#include <xgboost/base.h>
#include <xgboost/logging.h>
#if defined(__CUDACC__)
#include <thrust/system/cuda/error.h>
#include <thrust/system_error.h>