summaryrefslogtreecommitdiff
path: root/include/sockets.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-01-04 12:02:50 +0000
committerSadie Powell <sadie@witchery.services>2022-01-04 12:10:32 +0000
commit7d1047490e4380c4f02900b711c66055d29fb387 (patch)
treeff3a4b9063b9b8b6e2cf1b36c185c3ad47de99e7 /include/sockets.h
parentc9f93eeaedcf3e2d211fea7799ea529d76ebaad5 (diff)
Consistently use #pragma once across all header files.
This replaces a mixture of no include guards, ANOPE_FOO_H, and FOO_H.
Diffstat (limited to 'include/sockets.h')
-rw-r--r--include/sockets.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/sockets.h b/include/sockets.h
index 823756a0e..29ed28dec 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -9,8 +9,7 @@
* Based on the original code of Services by Andy Church.
*/
-#ifndef SOCKETS_H
-#define SOCKETS_H
+#pragma once
#ifndef _WIN32
#include <netinet/in.h>
@@ -505,5 +504,3 @@ class CoreExport Pipe : public Socket
extern CoreExport uint32_t TotalRead;
extern CoreExport uint32_t TotalWritten;
extern CoreExport SocketIO NormalSocketIO;
-
-#endif // SOCKET_H