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:
@@ -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
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
#endif
|
||||
|
||||
#include "NmapOutputTable.h"
|
||||
#include "utils.h"
|
||||
#include "nmap_error.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -142,7 +142,6 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "nmap_tty.h"
|
||||
#include "utils.h"
|
||||
#include "NmapOps.h"
|
||||
|
||||
extern NmapOps o;
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user