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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user