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:
@@ -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"
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user