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

Move includes of stdarg.h closer to their use.

This commit is contained in:
dmiller
2015-06-23 15:52:57 +00:00
parent 84d0e45641
commit 66aeba6650
3 changed files with 1 additions and 2 deletions

1
nmap.h
View File

@@ -215,7 +215,6 @@ void *realloc();
#endif
#include <fcntl.h>
#include <stdarg.h>
#ifdef HAVE_PWD_H
#include <pwd.h>

View File

@@ -165,6 +165,7 @@
#include "portlist.h"
#include <nsock.h>
#include <stdarg.h>
#include <string>
#ifdef WIN32

View File

@@ -126,7 +126,6 @@
#define UTILS_H
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>