1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-09 07:59:03 +00:00

Remove unneeded header include

This commit is contained in:
dmiller
2018-07-13 18:18:27 +00:00
parent 622c14c115
commit b2e0efb960

View File

@@ -136,12 +136,6 @@
#include "nbase.h"
#ifdef WIN32
#include "winsock2.h"
#else
#include <netinet/in.h>
#endif
#include <sys/types.h>
#include <map>
class Target;