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