]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/execute.h
core: normalize header inclusion in execute.h a bit
authorLennart Poettering <lennart@poettering.net>
Sat, 2 Jul 2016 02:58:14 +0000 (19:58 -0700)
committerLennart Poettering <lennart@poettering.net>
Wed, 20 Jul 2016 12:53:15 +0000 (14:53 +0200)
commit9ce93478809de9a421b4a710c7c9de55ecf15187
tree99df250db648850094c7a9555805aaf8abaa2e01
parent7a1ab780c4de9eba20c6800a51b5cdeae1d19790
core: normalize header inclusion in execute.h a bit

We don't actually need any functionality from cgroup.h in execute.h, hence
don't include that. However, we do need the Unit structure from unit.h, hence
include that, and move it as late as possible, since it needs the definitions
from execute.h.
src/core/execute.h
src/core/scope.h