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