chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / core / dbus-mount.h
index 097421396e90aa3a7f5119eab548e60356ef36f9..8597394373ebc44bc70975d0e3538ed276549841 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foodbusmounthfoo
-#define foodbusmounthfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -30,5 +29,3 @@ DBusHandlerResult bus_mount_message_handler(Unit *u, DBusConnection *c, DBusMess
 
 extern const char bus_mount_interface[];
 extern const char bus_mount_invalidating_properties[];
-
-#endif