[R] remove unused headers (#9546)
This commit is contained in:
parent
d8c3cc92ae
commit
730bc1f688
@ -5,7 +5,6 @@
|
|||||||
* and edited to conform to xgboost C linter requirements. For details, see
|
* and edited to conform to xgboost C linter requirements. For details, see
|
||||||
* https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Registering-native-routines
|
* https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Registering-native-routines
|
||||||
*/
|
*/
|
||||||
#include <R.h>
|
|
||||||
#include <Rinternals.h>
|
#include <Rinternals.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <R_ext/Rdynload.h>
|
#include <R_ext/Rdynload.h>
|
||||||
|
|||||||
@ -20,7 +20,6 @@
|
|||||||
#include "../../src/common/threading_utils.h"
|
#include "../../src/common/threading_utils.h"
|
||||||
|
|
||||||
#include "./xgboost_R.h" // Must follow other includes.
|
#include "./xgboost_R.h" // Must follow other includes.
|
||||||
#include "Rinternals.h"
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief macro to annotate begin of api
|
* \brief macro to annotate begin of api
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user