diff options
Diffstat (limited to 'src/core/dbus-job.h')
-rw-r--r-- | src/core/dbus-job.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/dbus-job.h b/src/core/dbus-job.h index 1ee0a42793..a1b928fb16 100644 --- a/src/core/dbus-job.h +++ b/src/core/dbus-job.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foodbusjobhfoo -#define foodbusjobhfoo +#pragma once /*** This file is part of systemd. @@ -32,5 +31,3 @@ void bus_job_send_removed_signal(Job *j); extern const DBusObjectPathVTable bus_job_vtable; extern const char bus_job_interface[]; - -#endif |