X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fbus-label.c;h=d4531c79476daef45905ea5e60da2eaee491d4d1;hp=ccc9f2bf8e58df7c6047bafc13b22c127e77b0bb;hb=26a2fa65615e047ee5f1ceb24e19aa3548e3a033;hpb=3b22396a4b2767a98172f6915929c47738cb0a1e diff --git a/src/basic/bus-label.c b/src/basic/bus-label.c index ccc9f2bf8..d4531c794 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 -#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;