1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-18 05:47:10 +02:00

USe pragma once.

This commit is contained in:
Sandu Liviu Catalin
2020-04-27 11:06:51 +03:00
parent 94ef17c26f
commit df7c5f8266
5 changed files with 6 additions and 23 deletions

View File

@@ -40,8 +40,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*----------------------------------------------------------------------------*/
#ifndef __SOCKET_H__
#define __SOCKET_H__
#pragma once
#ifdef _LINUX
#define _DEFAULT_SOURCE
@@ -581,7 +580,3 @@ protected:
fd_set m_readFds; /// read file descriptor set
fd_set m_errorFds; /// error file descriptor set
};
#endif /* __SOCKET_H__ */