From 11cafc12d5440b67a9f676c9f6aa67840ca5399d Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 2 Apr 2013 20:12:15 +0100 Subject: Tidy up source files: - Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. --- include/socket.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/socket.h') diff --git a/include/socket.h b/include/socket.h index 5f6705124..f6934b771 100644 --- a/include/socket.h +++ b/include/socket.h @@ -22,8 +22,7 @@ */ -#ifndef INSPIRCD_SOCKET_H -#define INSPIRCD_SOCKET_H +#pragma once #ifndef _WIN32 @@ -165,6 +164,3 @@ class CoreExport ListenSocket : public EventHandler */ void AcceptInternal(); }; - -#endif - -- cgit v1.2.3