X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fdbus-job.h;fp=src%2Fcore%2Fdbus-job.h;h=a1b928fb16ab4376c7bfc79b4d754b9775c67c34;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hp=1ee0a4279397c2e24891b9a86652309a7b6cc658;hpb=4a842cadb8d6b30fa9fdc8ff183633c14e02cf96;p=elogind.git diff --git a/src/core/dbus-job.h b/src/core/dbus-job.h index 1ee0a4279..a1b928fb1 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