From: Kamalesh Babulal Date: Wed, 9 Mar 2022 11:46:32 +0000 (+0530) Subject: src/abstraction-cpu.c: re-arrange the header files X-Git-Tag: v3.0~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98fb6bf2e2fd8091e1ac0dac481cb8bff7dcb289;p=thirdparty%2Flibcgroup.git src/abstraction-cpu.c: re-arrange the header files Re-arrange the headers files, in the following order: 1. Header files that declare the functions, are defined in this file. 2. Other header files from the libcgroup. 3. Standard header file. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/src/abstraction-cpu.c b/src/abstraction-cpu.c index 4b5cfe2d..310efcdd 100644 --- a/src/abstraction-cpu.c +++ b/src/abstraction-cpu.c @@ -19,17 +19,17 @@ * along with this library; if not, see . */ +#include "abstraction-common.h" +#include "abstraction-map.h" + #include #include -#include -#include #include #include #include - -#include "abstraction-common.h" -#include "abstraction-map.h" +#include +#include #define LL_MAX 8192