header refactoring

This commit is contained in:
Benjamin Sergeant
2019-01-05 20:38:43 -08:00
parent bf6f057777
commit 06d2b68696
7 changed files with 35 additions and 69 deletions

View File

@ -8,24 +8,10 @@
#include "IXWebSocketTransport.h"
#include "IXWebSocket.h"
#include "IXSocketConnect.h"
#include "IXNetSystem.h"
#include <sstream>
#include <future>
#ifdef _WIN32
# include <basetsd.h>
# include <WinSock2.h>
# include <ws2def.h>
# include <WS2tcpip.h>
# include <io.h>
#else
# include <unistd.h>
# include <netdb.h>
# include <stdio.h>
# include <arpa/inet.h>
# include <sys/socket.h>
#endif
#include <string.h>
namespace ix