X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fdef.h;h=5ba170f96581e3611f9157937c3d49d4603cf804;hp=d021e660215009eb1974ead11e5b60bb6a028231;hb=5522a1fa876f1ab94a2accaadca824799fdf2cab;hpb=af6da548aa14c57da7f17b3a1f2211efdb811d19 diff --git a/src/shared/def.h b/src/shared/def.h index d021e6602..5ba170f96 100644 --- a/src/shared/def.h +++ b/src/shared/def.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foodefhfoo -#define foodefhfoo +#pragma once /*** This file is part of systemd. @@ -34,5 +33,3 @@ #define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT #define SIGNALS_IGNORE SIGKILL,SIGPIPE - -#endif