mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 07:01:32 +00:00
Use forward-declaration of class Target instead of including Target.h in *.h
This commit is contained in:
@@ -127,9 +127,10 @@
|
||||
#define SCAN_ENGINE_RAW_H
|
||||
|
||||
#include "scan_engine.h"
|
||||
#include "Target.h"
|
||||
#include <vector>
|
||||
|
||||
class Target;
|
||||
|
||||
void increment_base_port();
|
||||
int get_ping_pcap_result(UltraScanInfo *USI, struct timeval *stime);
|
||||
void begin_sniffer(UltraScanInfo *USI, std::vector<Target *> &Targets);
|
||||
|
||||
Reference in New Issue
Block a user