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