chiark / gitweb /
tree-wide: remove Emacs lines from all files
[elogind.git] / src / core / cgroup.h
index 7322556893c0bd05b5eb715e9a9cfb95405ad144..1957f2d83a4e0c90525ed8445ac7e147be0a927f 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -119,8 +117,8 @@ struct CGroupContext {
         bool delegate;
 };
 
-#include "unit.h"
 #include "cgroup-util.h"
+#include "unit.h"
 
 void cgroup_context_init(CGroupContext *c);
 void cgroup_context_done(CGroupContext *c);