1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove unneeded nmap.h and global_structures.h includes in .h files

This commit is contained in:
dmiller
2015-06-23 00:09:05 +00:00
parent cfe8893304
commit dfa969f3a2
17 changed files with 8 additions and 33 deletions

View File

@@ -219,10 +219,7 @@ extern "C" {
#include <signal.h>
#include <dnet.h>
#include "nmap.h"
#include "global_structures.h"
class Target;
#ifndef INET_ADDRSTRLEN
#define INET_ADDRSTRLEN 16