1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Use forward-declaration of class Target instead of including Target.h in *.h

This commit is contained in:
dmiller
2015-06-30 04:04:48 +00:00
parent 0d2f16a8f4
commit 80f8eb6bce
4 changed files with 6 additions and 3 deletions

View File

@@ -125,6 +125,7 @@
#include "nmap_error.h"
#include "NmapOps.h"
#include "Target.h"
#include "payload.h"
#include "scan_engine_raw.h"
#include "struct_ip.h"