1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +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

@@ -130,6 +130,7 @@
#include "nbase.h"
#include <vector>
#include <list>
#include "timing.h"
#include "Target.h"
class Target;