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:
@@ -1,7 +1,8 @@
|
||||
#ifndef NMAP_NSE_UTILITY_H
|
||||
#define NMAP_NSE_UTILITY_H
|
||||
|
||||
#include "portlist.h"
|
||||
class Port;
|
||||
class Target;
|
||||
|
||||
#if HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user