From: Kamalesh Babulal Date: Wed, 9 Mar 2022 11:51:33 +0000 (+0530) Subject: src/abstraction-map.c: re-arrange the header files X-Git-Tag: v3.0~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43cf836e5773d4b7378c5949eb8232e2d461ca54;p=thirdparty%2Flibcgroup.git src/abstraction-map.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-map.c b/src/abstraction-map.c index 781c8077..def0d3b6 100644 --- a/src/abstraction-map.c +++ b/src/abstraction-map.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 const struct cgroup_abstraction_map cgroup_v1_to_v2_map[] = { /* cpu controller */