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

remove tcpip.h from other headers' includes

This commit is contained in:
dmiller
2017-04-19 13:53:57 +00:00
parent 59d9069e32
commit 891c3be3b9
13 changed files with 13 additions and 2 deletions

View File

@@ -136,11 +136,11 @@
#include "nbase.h"
#include <dnet.h>
#include <pcap.h>
#include <vector>
#include <list>
#include "timing.h"
#include "tcpip.h"
struct FingerPrint;
struct FingerTest;
class FingerPrintResultsIPv4;