"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "08ce574aca976ffc372f4ef6f4e089340940b9f1"
Unverified Commit af8fe1bf authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] removed unused imports from R-specific lib_lightgbm components (#2845)

parent f333389e
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#define R_OBJECT_HELPER_H_ #define R_OBJECT_HELPER_H_
#include <cstdint> #include <cstdint>
#include <cstdio>
#define TYPE_BITS 5 #define TYPE_BITS 5
// use .Internal(internalsID()) to uuid // use .Internal(internalsID()) to uuid
......
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
#include <LightGBM/c_api.h> #include <LightGBM/c_api.h>
#include <LightGBM/R_object_helper.h> #include <LightGBM/R_object_helper.h>
#include <cstdint>
/*! /*!
* \brief get string message of the last error * \brief get string message of the last error
* all functions in this file will return 0 on success * all functions in this file will return 0 on success
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include <cstdio> #include <cstdio>
#include <cstring> #include <cstring>
#include <memory> #include <memory>
#include <sstream>
#include <utility> #include <utility>
#include <vector> #include <vector>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment