1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

Remove some unused windows headers and silence warnings

This commit is contained in:
dmiller
2019-05-29 16:39:05 +00:00
parent 9037c946d9
commit a668cdb9c7
10 changed files with 24 additions and 983 deletions

View File

@@ -129,14 +129,14 @@
***************************************************************************/
/* $Id$ */
#ifdef WIN32
#include "winfix.h"
#endif
#include "nmap.h"
#include "nbase.h"
#include "NmapOps.h"
#include "osscan.h"
#include "nmap_error.h"
#ifdef WIN32
#include "winfix.h"
#endif
NmapOps o;