chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / login / logind-seat.h
index 1abbc344ecbf7fd11562fc4f521923bd4f869e60..c8ab17f7cf15fa9a42ce5f2c158ce571e8aaeb57 100644 (file)
@@ -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