header refactoring

This commit is contained in:
Benjamin Sergeant
2019-01-05 20:38:43 -08:00
parent 4ca31be4a2
commit 9641c8cf49
7 changed files with 35 additions and 69 deletions

View File

@ -5,18 +5,7 @@
*/
#include "IXDNSLookup.h"
#ifdef _WIN32
# include <basetsd.h>
# include <WinSock2.h>
# include <ws2def.h>
# include <WS2tcpip.h>
# include <io.h>
#else
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#endif
#include "IXNetSystem.h"
#include <string.h>
#include <chrono>