diff options
Diffstat (limited to 'src/core/dbus-unit.h')
-rw-r--r-- | src/core/dbus-unit.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/dbus-unit.h b/src/core/dbus-unit.h index d5902ee22a..5a3a9be534 100644 --- a/src/core/dbus-unit.h +++ b/src/core/dbus-unit.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foodbusunithfoo -#define foodbusunithfoo +#pragma once /*** This file is part of systemd. @@ -138,5 +137,3 @@ void bus_unit_send_removed_signal(Unit *u); extern const DBusObjectPathVTable bus_unit_vtable; extern const char bus_unit_interface[]; - -#endif |