From 76f986127265acd97271f372bc29104d22844ff9 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 23 Jun 2015 15:52:58 +0000 Subject: [PATCH] Remove another nmap.h include --- nmap_ftp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nmap_ftp.h b/nmap_ftp.h index 2aff56bdc..05934ede9 100644 --- a/nmap_ftp.h +++ b/nmap_ftp.h @@ -125,7 +125,8 @@ #ifndef NMAP_FTP_H #define NMAP_FTP_H -#include "nmap.h" /* u16 */ +#include "nbase.h" /* u16 */ +class Target; /* How do we want to log into ftp sites for */ #define FTPUSER "anonymous"