]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/cgroup-util.h
tree-wide: sort includes in *.h
[thirdparty/systemd.git] / src / basic / cgroup-util.h
index 01359fa7cb40643892704a5500db3f95fac42a23..a80ee60bd3d7bab122a05553bac951f349764dc1 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
-#include <stdio.h>
 #include <dirent.h>
+#include <stdio.h>
+#include <sys/types.h>
 
-#include "set.h"
 #include "def.h"
+#include "set.h"
 
 /* An enum of well known cgroup controllers */
 typedef enum CGroupController {