Split up test helpers header. (#5455)

This commit is contained in:
Jiaming Yuan
2020-04-03 10:36:53 +08:00
committed by GitHub
parent c218d8ffbf
commit 459b175dc6
4 changed files with 57 additions and 53 deletions

View File

@@ -1,6 +1,7 @@
/*!
* Copyright 2017-2020 XGBoost contributors
*/
#include <gtest/gtest.h>
#include <thrust/device_vector.h>
#include <dmlc/filesystem.h>
#include <xgboost/base.h>
@@ -9,7 +10,7 @@
#include <vector>
#include "../helpers.h"
#include "gtest/gtest.h"
#include "../histogram_helpers.h"
#include "xgboost/json.h"
#include "../../../src/data/sparse_page_source.h"