Use forward-declaration of class FingerPrintResults in Target.h

This commit is contained in:
dmiller 2015-06-30 04:04:51 +00:00
parent 80f8eb6bce
commit 5e47450bdc
9 changed files with 10 additions and 1 deletions

View file

@ -126,6 +126,7 @@
#include "FPEngine.h"
#include "Target.h"
#include "FingerPrintResults.h"
#include "NmapOps.h"
#include "nmap_error.h"
#include "osscan.h"

View file

@ -129,6 +129,7 @@
#endif
#include "Target.h"
#include "FingerPrintResults.h" /* for ~FingerPrintResults() */
#include <dnet.h>
#include "nbase.h"
#include "NmapOps.h"

View file

@ -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>

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -129,6 +129,7 @@
#include "NmapOps.h"
#include "nmap_tty.h"
#include "charpool.h"
#include "FingerPrintResults.h"
#include "Target.h"
#include "nmap_error.h"

View file

@ -131,6 +131,7 @@
#include "Target.h"
#include "utils.h"
#include "FPEngine.h"
#include "FingerPrintResults.h"
#include <dnet.h>
#include "struct_ip.h"

View file

@ -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"