summaryrefslogtreecommitdiff
path: root/src/core/bus-errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bus-errors.h')
-rw-r--r--src/core/bus-errors.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/bus-errors.h b/src/core/bus-errors.h
index a6f055f09..04c1b2849 100644
--- a/src/core/bus-errors.h
+++ b/src/core/bus-errors.h
@@ -1,7 +1,6 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-#ifndef foobuserrorshfoo
-#define foobuserrorshfoo
+#pragma once
/***
This file is part of systemd.
@@ -54,5 +53,3 @@ static inline const char *bus_error(const DBusError *e, int r) {
return strerror(-r);
}
-
-#endif