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

Remove some unused includes of iostream

This commit is contained in:
dmiller
2015-06-22 14:01:16 +00:00
parent 5ea7373a25
commit 2570c860f9
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
#include <list> #include <list>
#include <string> #include <string>
#include <string.h> #include <string.h>
#include <iostream>
extern "C" { extern "C" {
#include "lua.h" #include "lua.h"

View File

@@ -133,7 +133,6 @@
#ifdef WIN32 #ifdef WIN32
#include "winfix.h" #include "winfix.h"
#endif #endif
#include <iostream>
extern NmapOps o; extern NmapOps o;
class PortList; class PortList;