From 66aeba6650fe5451d154517e531c8d7dc442be9d Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 23 Jun 2015 15:52:57 +0000 Subject: [PATCH] Move includes of stdarg.h closer to their use. --- nmap.h | 1 - output.h | 1 + utils.h | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nmap.h b/nmap.h index fcaef5526..94a81cfc0 100644 --- a/nmap.h +++ b/nmap.h @@ -215,7 +215,6 @@ void *realloc(); #endif #include -#include #ifdef HAVE_PWD_H #include diff --git a/output.h b/output.h index 12636f594..decb1594e 100644 --- a/output.h +++ b/output.h @@ -165,6 +165,7 @@ #include "portlist.h" #include +#include #include #ifdef WIN32 diff --git a/utils.h b/utils.h index 3058c31de..d45d501fb 100644 --- a/utils.h +++ b/utils.h @@ -126,7 +126,6 @@ #define UTILS_H #include -#include #include #include #include