diff options
Diffstat (limited to 'src/core/special.h')
-rw-r--r-- | src/core/special.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/special.h b/src/core/special.h index f71f07675b..e3004a518d 100644 --- a/src/core/special.h +++ b/src/core/special.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foospecialhfoo -#define foospecialhfoo +#pragma once /*** This file is part of systemd. @@ -86,5 +85,3 @@ #define SPECIAL_RUNLEVEL3_TARGET "runlevel3.target" #define SPECIAL_RUNLEVEL4_TARGET "runlevel4.target" #define SPECIAL_RUNLEVEL5_TARGET "runlevel5.target" - -#endif |