mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Move includes of stdarg.h closer to their use.
This commit is contained in:
parent
84d0e45641
commit
66aeba6650
3 changed files with 1 additions and 2 deletions
1
nmap.h
1
nmap.h
|
|
@ -215,7 +215,6 @@ void *realloc();
|
|||
#endif
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
|
|
|
|||
1
output.h
1
output.h
|
|
@ -165,6 +165,7 @@
|
|||
#include "portlist.h"
|
||||
#include <nsock.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string>
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
|
|||
1
utils.h
1
utils.h
|
|
@ -126,7 +126,6 @@
|
|||
#define UTILS_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue