X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Flogin%2Flogind-device.h;h=3b153568cb3fbc1c9b9cfea206d6ba51bd1a2a63;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hp=bdb974172741918a5cef2fe195ef6d9ed10579d5;hpb=4a842cadb8d6b30fa9fdc8ff183633c14e02cf96;p=thirdparty%2Fsystemd.git diff --git a/src/login/logind-device.h b/src/login/logind-device.h index bdb97417274..3b153568cb3 100644 --- a/src/login/logind-device.h +++ b/src/login/logind-device.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foologinddevicehfoo -#define foologinddevicehfoo +#pragma once /*** This file is part of systemd. @@ -44,5 +43,3 @@ Device* device_new(Manager *m, const char *sysfs); void device_free(Device *d); void device_attach(Device *d, Seat *s); void device_detach(Device *d); - -#endif