chiark / gitweb /
core: do not fail in a container if we can't use setgroups
[elogind.git] / src / basic / bus-label.c
index ccc9f2bf8e58df7c6047bafc13b22c127e77b0bb..d4531c79476daef45905ea5e60da2eaee491d4d1 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   This file is part of systemd.
 
 
 #include <stdlib.h>
 
-#include "util.h"
-#include "macro.h"
-
+#include "alloc-util.h"
 #include "bus-label.h"
+#include "hexdecoct.h"
+#include "macro.h"
 
 char *bus_label_escape(const char *s) {
         char *r, *t;