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

@@ -3,6 +3,12 @@
* \file tree_model.cc
* \brief model structure for tree
*/
#include <sstream>
#include <limits>
#include <cmath>
#include <iomanip>
#include <stack>
#include <dmlc/registry.h>
#include <dmlc/json.h>
@@ -10,12 +16,6 @@
#include <xgboost/logging.h>
#include <xgboost/json.h>
#include <sstream>
#include <limits>
#include <cmath>
#include <iomanip>
#include <stack>
#include "param.h"
#include "../common/common.h"