1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 22:49:02 +00:00

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

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