Skip to content

Commit

Permalink
Cleanup headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jul 6, 2021
1 parent dc961ac commit fc2bd5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/data/simple_dmatrix.cu
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
* \file simple_dmatrix.cu
*/
#include <thrust/copy.h>
#include <thrust/execution_policy.h>
#include <thrust/sort.h>
#include <xgboost/data.h>
#include "../common/random.h"
#include "simple_dmatrix.cuh"
#include "./simple_dmatrix.h"
#include "simple_dmatrix.h"
#include "device_adapter.cuh"

namespace xgboost {
Expand Down
1 change: 1 addition & 0 deletions src/data/simple_dmatrix.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <thrust/copy.h>
#include <thrust/scan.h>
#include <thrust/execution_policy.h>
#include "device_adapter.cuh"
#include "../common/device_helpers.cuh"

Expand Down

0 comments on commit fc2bd5d

Please sign in to comment.