Skip to content

Commit

Permalink
Change include order (linting)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoEAF committed Mar 17, 2021
1 parent 4db00d1 commit ac4c334
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/LightGBM/utils/ChunkedArray.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
#ifndef LIGHTGBM_UTILS_CHUNKED_ARRAY_H_
#define LIGHTGBM_UTILS_CHUNKED_ARRAY_H_

#include <LightGBM/utils/log.h>

#include <stdint.h>

#include <new>
#include <vector>
#include <algorithm>

#include <LightGBM/utils/log.h>

namespace LightGBM {

Expand Down Expand Up @@ -254,6 +255,6 @@ class ChunkedArray {
};


} // End LightGBM namespace
} // namespace LightGBM

#endif // LIGHTGBM_UTILS_CHUNKED_ARRAY_H_

0 comments on commit ac4c334

Please sign in to comment.