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

Remove unneeded includes of pcap.h on Windows

This commit is contained in:
dmiller
2019-05-29 15:22:25 +00:00
parent db3212e2f6
commit 9037c946d9
2 changed files with 0 additions and 4 deletions

View File

@@ -15,8 +15,6 @@
// windows-specific options
#include <pcap.h>
/* (exported) functions */
/* The code that has no preconditions to being called, so it can be
executed before even Nmap options parsing (so o.debugging and the

View File

@@ -15,8 +15,6 @@
// windows-specific options
#include <pcap.h>
/* (exported) functions */
/* The code that has no preconditions to being called, so it can be
executed before even Nmap options parsing (so o.debugging and the