Unverified Commit d84e9a2e authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

fixed cpplint errors (#2971)

parent 15250df8
......@@ -6,9 +6,10 @@
#define LIGHTGBM_OPENMP_WRAPPER_H_
#ifdef _OPENMP
#include <omp.h>
#include <LightGBM/utils/log.h>
#include <omp.h>
#include <exception>
#include <memory>
#include <mutex>
......
......@@ -9,6 +9,8 @@
#include <LightGBM/utils/openmp_wrapper.h>
#include <LightGBM/utils/text_reader.h>
#include <R_ext/Rdynload.h>
#include <string>
#include <cstdio>
#include <cstring>
......@@ -16,8 +18,6 @@
#include <utility>
#include <vector>
#include <R_ext/Rdynload.h>
#define COL_MAJOR (0)
#define R_API_BEGIN() \
......
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