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

@@ -126,10 +126,14 @@
#ifndef NMAP_OPS_H
#define NMAP_OPS_H
#include "osscan.h" /* FingerPrintDB */
#include "nmap.h"
#include "output.h"
#include <nsock.h>
#include <string>
#include <map>
class FingerPrintDB;
class FingerMatch;
class NmapOps {
public: