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

@@ -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>