diff options
Diffstat (limited to 'src/core/dbus-service.h')
-rw-r--r-- | src/core/dbus-service.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/dbus-service.h b/src/core/dbus-service.h index 27f65f5c98..143aed7ae5 100644 --- a/src/core/dbus-service.h +++ b/src/core/dbus-service.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foodbusservicehfoo -#define foodbusservicehfoo +#pragma once /*** This file is part of systemd. @@ -30,5 +29,3 @@ DBusHandlerResult bus_service_message_handler(Unit *u, DBusConnection *c, DBusMe extern const char bus_service_interface[]; extern const char bus_service_invalidating_properties[]; - -#endif |