summaryrefslogtreecommitdiff
path: root/src/core/cgroup.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-03-07 17:35:44 +0100
committerSven Eden <yamakuzure@gmx.net>2018-03-07 17:40:19 +0100
commit991f95c1b59f6d1dc6099e0368426763ab507ca8 (patch)
tree3bc9a7c661aa8aedfad3b3c2fd77b54ee660ff00 /src/core/cgroup.h
parentc477f8d4b5a31f89ee5bbd75218a24f276c33175 (diff)
Some minor cleanups
Diffstat (limited to 'src/core/cgroup.h')
-rw-r--r--src/core/cgroup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cgroup.h b/src/core/cgroup.h
index 14aa68cbf..be5103f6c 100644
--- a/src/core/cgroup.h
+++ b/src/core/cgroup.h
@@ -21,10 +21,10 @@
#include <stdbool.h>
-//#include "list.h"
-//#include "time-util.h"
#include "cgroup-util.h"
//#include "ip-address-access.h"
+//#include "list.h"
+//#include "time-util.h"
#if 0 /// UNNEEDED by elogind
typedef struct CGroupContext CGroupContext;