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

Remove some unused/overused includes

This commit is contained in:
dmiller
2017-04-19 14:53:24 +00:00
parent 34841655c3
commit 339283d4b0
4 changed files with 3 additions and 7 deletions

2
xml.cc
View File

@@ -187,9 +187,9 @@ All writing is done with log_write(LOG_XML), so if LOG_XML hasn't been
opened, calling these functions has no effect.
*/
#include "nmap.h"
#include "output.h"
#include "xml.h"
#include <nbase.h>
#include <assert.h>
#include <stdarg.h>