Skip to content

Commit

Permalink
[R] remove unused headers (#9546)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Sep 14, 2023
1 parent d8c3cc9 commit 730bc1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R-package/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion R-package/src/xgboost_R.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 730bc1f

Please sign in to comment.