1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Strip tcpip.h of some unnecessary includes

This commit is contained in:
dmiller
2015-06-30 18:34:28 +00:00
parent be6414dfea
commit e9bdcd811a
4 changed files with 6 additions and 99 deletions

View File

@@ -123,9 +123,8 @@
***************************************************************************/
/* $Id$ */
#ifdef WIN32
#include "nmap_winconfig.h"
#endif
#include "nmap.h"
#include "nbase.h"
#include "portreasons.h"
@@ -138,15 +137,6 @@
#include "struct_ip.h"
#if HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#if HAVE_UNISTD_H
/* #include <sys/unistd.h> */
#include <unistd.h>
#endif
#if HAVE_NETINET_IF_ETHER_H
#ifndef NETINET_IF_ETHER_H
#include <netinet/if_ether.h>