[R] remove unused headers (#9546)

This commit is contained in:
James Lamb 2023-09-14 04:11:26 -05:00 committed by GitHub
parent d8c3cc92ae
commit 730bc1f688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
* 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
*/
#include <R.h>
#include <Rinternals.h>
#include <stdlib.h>
#include <R_ext/Rdynload.h>

View File

@ -20,7 +20,6 @@
#include "../../src/common/threading_utils.h"
#include "./xgboost_R.h" // Must follow other includes.
#include "Rinternals.h"
/*!
* \brief macro to annotate begin of api