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

Remove some unneeded includes of utils.h

This commit is contained in:
dmiller
2015-06-23 15:52:55 +00:00
parent 618cd6cfb2
commit 84d0e45641
8 changed files with 4 additions and 8 deletions

View File

@@ -126,7 +126,7 @@
#include "nbase.h"
#include "NmapOps.h"
#include "services.h"
#include "utils.h"
#include "nmap_error.h"
#ifdef WIN32
#include "winfix.h"
#endif

View File

@@ -128,7 +128,7 @@
#endif
#include "NmapOutputTable.h"
#include "utils.h"
#include "nmap_error.h"
#include <stdlib.h>

View File

@@ -158,7 +158,7 @@
#include "NmapOps.h"
#include "services.h"
#include "Target.h"
#include "utils.h"
#include "nmap_error.h"
#include "output.h"
#include "struct_ip.h"

View File

@@ -185,7 +185,7 @@
#include "NmapOps.h"
#include "nmap_dns.h"
#include "nsock.h"
#include "utils.h"
#include "nmap_error.h"
#include "nmap_tty.h"
#include "timing.h"
#include "Target.h"

View File

@@ -142,7 +142,6 @@
#include <stdlib.h>
#include "nmap_tty.h"
#include "utils.h"
#include "NmapOps.h"
extern NmapOps o;

View File

@@ -1,7 +1,6 @@
#include "nsock.h"
#include "nmap_error.h"
#include "NmapOps.h"
#include "utils.h"
#include "tcpip.h"
#include "protocols.h"
#include "libnetutil/netutil.h"

View File

@@ -1,7 +1,6 @@
#include "nsock.h"
#include "nmap_error.h"
#include "NmapOps.h"
#include "utils.h"
#include "tcpip.h"
#include "protocols.h"
#include "libnetutil/netutil.h"

View File

@@ -131,7 +131,6 @@
#include "charpool.h"
#include "Target.h"
#include "nmap_error.h"
#include "utils.h"
#include <stdarg.h>
#if TIME_WITH_SYS_TIME