X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fbus-errors.h;h=04c1b2849d20f2cd5ef858aea0bcbfa742d503a6;hp=a6f055f0996becf3577ba7b6535efcf57e3405c0;hb=e8e581bf256b8c0fbd430935af79fa0e8ee570a1;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8 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