mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Abstract some things to move #includes out of headers.
This commit is contained in:
parent
a2c75e0ef4
commit
ae10c8a19d
5 changed files with 35 additions and 36 deletions
|
|
@ -135,7 +135,8 @@
|
|||
|
||||
#include "nmap.h" /* MAX_DECOYS */
|
||||
#include "scan_lists.h"
|
||||
#include "output.h"
|
||||
#include "output.h" /* LOG_NUM_FILES */
|
||||
#include <nbase.h>
|
||||
#include <nsock.h>
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue