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

Remove unneeded includes of stdio.h in header files

This commit is contained in:
dmiller
2015-06-22 14:12:36 +00:00
parent 2570c860f9
commit 8e0a9e5d53
4 changed files with 0 additions and 6 deletions

View File

@@ -125,7 +125,6 @@
#ifndef UTILS_H
#define UTILS_H
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>