X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-seat.h;fp=src%2Flogin%2Flogind-seat.h;h=c8ab17f7cf15fa9a42ce5f2c158ce571e8aaeb57;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hp=1abbc344ecbf7fd11562fc4f521923bd4f869e60;hpb=4a842cadb8d6b30fa9fdc8ff183633c14e02cf96;p=elogind.git diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h index 1abbc344e..c8ab17f7c 100644 --- a/src/login/logind-seat.h +++ b/src/login/logind-seat.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foologindseathfoo -#define foologindseathfoo +#pragma once /*** This file is part of systemd. @@ -82,5 +81,3 @@ extern const DBusObjectPathVTable bus_seat_vtable; int seat_send_signal(Seat *s, bool new_seat); int seat_send_changed(Seat *s, const char *properties); - -#endif