diff options
Diffstat (limited to 'src/core/dbus-target.h')
-rw-r--r-- | src/core/dbus-target.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/dbus-target.h b/src/core/dbus-target.h index f11cec7d21..a8a0304c75 100644 --- a/src/core/dbus-target.h +++ b/src/core/dbus-target.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foodbustargethfoo -#define foodbustargethfoo +#pragma once /*** This file is part of systemd. @@ -29,5 +28,3 @@ DBusHandlerResult bus_target_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); extern const char bus_target_interface[]; - -#endif |