mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Use forward-declaration of class FingerPrintResults in Target.h
This commit is contained in:
parent
80f8eb6bce
commit
5e47450bdc
9 changed files with 10 additions and 1 deletions
|
|
@ -126,6 +126,7 @@
|
|||
|
||||
#include "FPEngine.h"
|
||||
#include "Target.h"
|
||||
#include "FingerPrintResults.h"
|
||||
#include "NmapOps.h"
|
||||
#include "nmap_error.h"
|
||||
#include "osscan.h"
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@
|
|||
#endif
|
||||
|
||||
#include "Target.h"
|
||||
#include "FingerPrintResults.h" /* for ~FingerPrintResults() */
|
||||
#include <dnet.h>
|
||||
#include "nbase.h"
|
||||
#include "NmapOps.h"
|
||||
|
|
|
|||
2
Target.h
2
Target.h
|
|
@ -127,7 +127,6 @@
|
|||
#ifndef TARGET_H
|
||||
#define TARGET_H
|
||||
|
||||
#include "FingerPrintResults.h"
|
||||
#include "libnetutil/netutil.h"
|
||||
|
||||
#ifndef NOLUA
|
||||
|
|
@ -139,6 +138,7 @@
|
|||
#include "tcpip.h"
|
||||
#include "scan_engine.h"
|
||||
#include "osscan2.h"
|
||||
class FingerPrintResults;
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
|
|
|||
|
|
@ -151,6 +151,8 @@
|
|||
Windows 8 Enterprise 32 bit | Global, incremental by 2
|
||||
*/
|
||||
|
||||
#include "libnetutil/npacket.h"
|
||||
|
||||
#include "idle_scan.h"
|
||||
#include "timing.h"
|
||||
#include "osscan2.h"
|
||||
|
|
|
|||
1
nmap.cc
1
nmap.cc
|
|
@ -127,6 +127,7 @@
|
|||
#include "osscan.h"
|
||||
#include "osscan2.h"
|
||||
#include "scan_engine.h"
|
||||
#include "FPEngine.h"
|
||||
#include "idle_scan.h"
|
||||
#include "timing.h"
|
||||
#include "NmapOps.h"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ extern "C" {
|
|||
#include "nmap.h"
|
||||
#include "nmap_error.h"
|
||||
#include "NmapOps.h"
|
||||
#include "FingerPrintResults.h"
|
||||
#include "Target.h"
|
||||
#include "TargetGroup.h"
|
||||
#include "portlist.h"
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@
|
|||
#include "NmapOps.h"
|
||||
#include "nmap_tty.h"
|
||||
#include "charpool.h"
|
||||
#include "FingerPrintResults.h"
|
||||
#include "Target.h"
|
||||
#include "nmap_error.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -131,6 +131,7 @@
|
|||
#include "Target.h"
|
||||
#include "utils.h"
|
||||
#include "FPEngine.h"
|
||||
#include "FingerPrintResults.h"
|
||||
#include <dnet.h>
|
||||
|
||||
#include "struct_ip.h"
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@
|
|||
#include "MACLookup.h"
|
||||
#include "portreasons.h"
|
||||
#include "protocols.h"
|
||||
#include "FingerPrintResults.h"
|
||||
#include "Target.h"
|
||||
#include "utils.h"
|
||||
#include "xml.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue