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:
14
tcpip.cc
14
tcpip.cc
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user