X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-seat.h;h=c8ab17f7cf15fa9a42ce5f2c158ce571e8aaeb57;hb=d1148ed10a474ccc949113a8ec06e7e29c4c7cb0;hp=1abbc344ecbf7fd11562fc4f521923bd4f869e60;hpb=f1a8e221ecacea23883df57951e291a910463948;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