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

View File

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