summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/logind-seat.h')
-rw-r--r--src/login/logind-seat.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h
index 1abbc344ec..c8ab17f7cf 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