Remove some unneeded includes

This commit is contained in:
Hamish Coleman 2023-06-25 15:28:46 +01:00
parent 548e1204f3
commit d21a4fe0a2
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@
#ifdef WIN32
#include <winsock2.h>
#include <ws2tcpip.h>
#include "edge_utils_win32.h"
#else
#include <arpa/inet.h> // for inet_ntoa
#include <netinet/in.h> // for in_addr, htonl, in_addr_t

View File

@ -37,7 +37,6 @@
#ifdef WIN32
#include <winsock2.h>
#include "edge_utils_win32.h"
#else
#include <sys/socket.h> // for sendto, socklen_t
#endif