X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Flogind-device.c;h=eb5edd1cd5e11d2ce8ef2731668a1e65701497ad;hp=76c5a5c88f0a630fda94658f5c09a209a333f836;hb=d49b80008fd8c0952da67bee0dc8a1314f29b8a7;hpb=9588bc32096fc8342bfd8b989689717186d7d86e diff --git a/src/login/logind-device.c b/src/login/logind-device.c index 76c5a5c88..eb5edd1cd 100644 --- a/src/login/logind-device.c +++ b/src/login/logind-device.c @@ -1,5 +1,3 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - /*** This file is part of systemd. @@ -19,11 +17,11 @@ along with systemd; If not, see . ***/ -#include #include -#include "util.h" +#include "alloc-util.h" #include "logind-device.h" +#include "util.h" Device* device_new(Manager *m, const char *sysfs, bool master) { Device *d;