diff options
author | Thomas H. P. Andersen <phomes@gmail.com> | 2016-07-21 10:52:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-07-21 10:52:07 +0200 |
commit | f8298f7be39f405eea062295f17d527109b6b463 (patch) | |
tree | 833733e42a7d74e95675ea9fef4d0b3fd76f90b0 /src/core/cgroup.h | |
parent | be1354d8df4e23d2325b88c97ab6ae2879967d29 (diff) |
core: remove duplicate includes (#3771)
Diffstat (limited to 'src/core/cgroup.h')
-rw-r--r-- | src/core/cgroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cgroup.h b/src/core/cgroup.h index f21409bd5d..a57403e79f 100644 --- a/src/core/cgroup.h +++ b/src/core/cgroup.h @@ -119,7 +119,6 @@ struct CGroupContext { bool delegate; }; -#include "cgroup-util.h" #include "unit.h" void cgroup_context_init(CGroupContext *c); |