chiark / gitweb /
Introspect and monitor dropin configuration
[elogind.git] / src / core / dbus-job.h
index 1ee0a4279397c2e24891b9a86652309a7b6cc658..a1b928fb16ab4376c7bfc79b4d754b9775c67c34 100644 (file)
@@ -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