chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / core / dbus-unit.h
index d5902ee22a4c10a716bc264dae5243e74bd6fab3..5a3a9be5349779533f77595b41e57247a924c733 100644 (file)
@@ -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