Revert r32528, was not tested on Windows

This commit is contained in:
dmiller 2013-11-27 13:32:05 +00:00
parent 8ab92b3214
commit 866db7eea3
34 changed files with 178 additions and 32 deletions

View file

@ -129,10 +129,12 @@
#include "osscan2.h"
#include "scan_engine.h"
#include "idle_scan.h"
#include "timing.h"
#include "NmapOps.h"
#include "MACLookup.h"
#include "traceroute.h"
#include "nmap_tty.h"
#include "nmap_dns.h"
#include "services.h"
#include "protocols.h"
#include "targets.h"
@ -143,10 +145,6 @@
#include "utils.h"
#include "xml.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#ifndef NOLUA
#include "nse_main.h"
#endif