X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fcore%2Fdbus-unit.c;h=b2b9eceeb3cf0561e9477ba52f5f3a42a8af6a5e;hb=07630cea1f3a845c09309f197ac7c4f11edd3b62;hp=52daf116104e5f5105ab7864216b7d5535040cdd;hpb=4f5dd3943bef8a04be7e3b838b822bb9a7ad6cb3;p=thirdparty%2Fsystemd.git diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index 52daf116104..b2b9eceeb3c 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -20,13 +20,15 @@ ***/ #include "sd-bus.h" + +#include "bus-common-errors.h" +#include "cgroup-util.h" +#include "dbus.h" #include "log.h" #include "selinux-access.h" -#include "cgroup-util.h" -#include "strv.h" -#include "bus-common-errors.h" #include "special.h" -#include "dbus.h" +#include "string-util.h" +#include "strv.h" #include "dbus-unit.h" static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_load_state, unit_load_state, UnitLoadState);