1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Move some structs from global_structures.h to timing.h

This commit is contained in:
dmiller
2015-06-23 15:52:52 +00:00
parent df5d9a7489
commit 618cd6cfb2
4 changed files with 73 additions and 60 deletions

View File

@@ -127,6 +127,8 @@
#ifndef SCAN_ENGINE_H
#define SCAN_ENGINE_H
#include "nmap.h" /* stype */
#include "timing.h"
#include "tcpip.h"
#include <list>