diff options
Diffstat (limited to 'src/core/killall.h')
-rw-r--r-- | src/core/killall.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/killall.h b/src/core/killall.h index d08ac142f0..95b110fae1 100644 --- a/src/core/killall.h +++ b/src/core/killall.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fookillallhfoo -#define fookillallhfoo +#pragma once /*** This file is part of systemd. @@ -23,5 +22,3 @@ ***/ void broadcast_signal(int sig, bool wait); - -#endif |