diff options
Diffstat (limited to 'src/core/tcpwrap.h')
-rw-r--r-- | src/core/tcpwrap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/tcpwrap.h b/src/core/tcpwrap.h index 0c87b111ee..3353b6596e 100644 --- a/src/core/tcpwrap.h +++ b/src/core/tcpwrap.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foolibwraphfoo -#define foolibwraphfoo +#pragma once /*** This file is part of systemd. @@ -25,5 +24,3 @@ #include <stdbool.h> bool socket_tcpwrap(int fd, const char *name); - -#endif |