summaryrefslogtreecommitdiff
path: root/src/basic/bus-label.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/bus-label.c')
-rw-r--r--src/basic/bus-label.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/basic/bus-label.c b/src/basic/bus-label.c
index ccc9f2bf8e..d4531c7947 100644
--- a/src/basic/bus-label.c
+++ b/src/basic/bus-label.c
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
/***
This file is part of systemd.
@@ -21,10 +19,10 @@
#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;