diff --git a/NmapOps.cc b/NmapOps.cc index 23fb85162..15338211e 100644 --- a/NmapOps.cc +++ b/NmapOps.cc @@ -133,7 +133,6 @@ #include "nbase.h" #include "NmapOps.h" #include "osscan.h" -#include "services.h" #include "nmap_error.h" #ifdef WIN32 #include "winfix.h" diff --git a/nse_dnet.cc b/nse_dnet.cc index 9a57f4562..98289f53c 100644 --- a/nse_dnet.cc +++ b/nse_dnet.cc @@ -2,7 +2,6 @@ #include "nmap_error.h" #include "NmapOps.h" #include "tcpip.h" -#include "protocols.h" #include "libnetutil/netutil.h" #include "nse_main.h" diff --git a/nse_nsock.cc b/nse_nsock.cc index dceb58406..b69754873 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -3,7 +3,6 @@ #include "NmapOps.h" #include "tcpip.h" #include "protocols.h" -#include "libnetutil/netutil.h" #include "nse_nsock.h" #include "nse_main.h" diff --git a/osscan.cc b/osscan.cc index f09dfec5f..1a6ae8a93 100644 --- a/osscan.cc +++ b/osscan.cc @@ -132,9 +132,7 @@ /* $Id$ */ #include "osscan.h" -#include "timing.h" #include "NmapOps.h" -#include "nmap_tty.h" #include "charpool.h" #include "FingerPrintResults.h" #include "nmap_error.h" diff --git a/targets.cc b/targets.cc index 4c0b8c172..956cc33a3 100644 --- a/targets.cc +++ b/targets.cc @@ -141,7 +141,6 @@ #include "Target.h" #include "scan_engine.h" #include "nmap_dns.h" -#include "nmap_tty.h" #include "utils.h" #include "xml.h" diff --git a/tcpip.cc b/tcpip.cc index d2567ab40..7542959c8 100644 --- a/tcpip.cc +++ b/tcpip.cc @@ -134,7 +134,6 @@ #include "nmap.h" #include "nbase.h" -#include "portreasons.h" #include #include "tcpip.h" #include "NmapOps.h"