diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-22 23:24:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-29 21:08:36 +0200 |
commit | 400f1a33cf63ddaa41af5d5b0bcd5be73e0404a6 (patch) | |
tree | c71f38389bd3a64730b320147fa95624edd818fb /src/core/manager.h | |
parent | 9d66db1d0390ef8ca7a32a3fe142d5c3732903b6 (diff) |
core: sort includes of manager.[ch] according to CODING_STYLE
Diffstat (limited to 'src/core/manager.h')
-rw-r--r-- | src/core/manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/manager.h b/src/core/manager.h index cc0e5e3361..fad10aaacf 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -27,8 +27,8 @@ #include "sd-bus.h" #include "sd-event.h" -#include "fdset.h" #include "cgroup-util.h" +#include "fdset.h" #include "hashmap.h" #include "list.h" #include "ratelimit.h" @@ -69,11 +69,11 @@ typedef enum StatusType { STATUS_TYPE_EMERGENCY, } StatusType; +#include "execute.h" #include "job.h" #include "path-lookup.h" -#include "execute.h" -#include "unit-name.h" #include "show-status.h" +#include "unit-name.h" struct Manager { /* Note that the set of units we know of is allowed to be |