X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fsocket.h;h=508f00eb346b5a1a6f9cb1b3d4eea30815af0e51;hp=576506fef7fe6cca487f0631a9564e98a252e50c;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hpb=4a842cadb8d6b30fa9fdc8ff183633c14e02cf96 diff --git a/src/core/socket.h b/src/core/socket.h index 576506fef..508f00eb3 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