1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

Remove mostly-unused winclude.h

This commit is contained in:
dmiller
2019-05-29 15:11:13 +00:00
parent 8cae7b4fc7
commit 77421962aa
8 changed files with 16 additions and 170 deletions

View File

@@ -137,9 +137,7 @@
#include "nbase.h"
#ifdef WIN32
#include "mswin32/winclude.h"
#else
#ifndef WIN32
#include <sys/uio.h>
#include <sys/ioctl.h>
#endif
@@ -173,6 +171,11 @@
# endif
#endif /* Solaris */
#ifdef WIN32
typedef unsigned __int32 u_int32_t;
typedef unsigned __int16 u_int16_t;
typedef unsigned __int8 u_int8_t;
#endif
#if HAVE_NETINET_IN_H
#include <netinet/in.h>