1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +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 // windows-specific options
#include <pcap.h>
/* (exported) functions */ /* (exported) functions */
/* The code that has no preconditions to being called, so it can be /* The code that has no preconditions to being called, so it can be
executed before even Nmap options parsing (so o.debugging and the executed before even Nmap options parsing (so o.debugging and the

View File

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