diff options
Diffstat (limited to 'src/core/socket.h')
-rw-r--r-- | src/core/socket.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index 576506fef7..508f00eb34 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foosockethfoo -#define foosockethfoo +#pragma once /*** This file is part of systemd. @@ -169,5 +168,3 @@ SocketExecCommand socket_exec_command_from_string(const char *s); const char* socket_result_to_string(SocketResult i); SocketResult socket_result_from_string(const char *s); - -#endif |