diff options
Diffstat (limited to 'slirp/libslirp.h')
-rw-r--r-- | slirp/libslirp.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/slirp/libslirp.h b/slirp/libslirp.h index a9260afeb3..b46d1758e0 100644 --- a/slirp/libslirp.h +++ b/slirp/libslirp.h @@ -1,14 +1,6 @@ #ifndef _LIBSLIRP_H #define _LIBSLIRP_H -#ifdef _WIN32 -#include <winsock2.h> -int inet_aton(const char *cp, struct in_addr *ia); -#else -#include <sys/select.h> -#include <arpa/inet.h> -#endif - #ifdef __cplusplus extern "C" { #endif |