1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Reduce more inclusions of .h files by forward-declaring classes

This commit is contained in:
dmiller
2015-07-02 04:14:51 +00:00
parent 40dc3c5830
commit ffad433b43
11 changed files with 30 additions and 13 deletions

View File

@@ -137,8 +137,8 @@
#include "portreasons.h"
#include "portlist.h"
#include "tcpip.h"
#include "scan_engine.h"
#include "osscan.h"
#include "osscan2.h"
class FingerPrintResults;