]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/bus-label.c
util-lib: split out allocation calls into alloc-util.[ch]
[thirdparty/systemd.git] / src / basic / bus-label.c
index 6f39528f138ec7f3d2fd4b7618973ed20cf628fd..c1534657ac921124ca8939d62b3e7301ad269c4e 100644 (file)
 
 #include <stdlib.h>
 
+#include "alloc-util.h"
 #include "bus-label.h"
-#include "macro.h"
 #include "hexdecoct.h"
+#include "macro.h"
 #include "util.h"
 
 char *bus_label_escape(const char *s) {