"vscode:/vscode.git/clone" did not exist on "c1fc76b0bd39f7e0ba96578ecce499d5fb6999e2"
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 @@
#define R_OBJECT_HELPER_H_
#include <cstdint>
#include <cstdio>
#define TYPE_BITS 5
// use .Internal(internalsID()) to uuid
......
......@@ -8,8 +8,6 @@
#include <LightGBM/c_api.h>
#include <LightGBM/R_object_helper.h>
#include <cstdint>
/*!
* \brief get string message of the last error
* all functions in this file will return 0 on success
......
......@@ -13,7 +13,6 @@
#include <cstdio>
#include <cstring>
#include <memory>
#include <sstream>
#include <utility>
#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