From 9037c946d995d188af21e353a54635e1fabca517 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 29 May 2019 15:22:25 +0000 Subject: [PATCH] Remove unneeded includes of pcap.h on Windows --- mswin32/winfix.h | 2 -- nping/winfix.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/mswin32/winfix.h b/mswin32/winfix.h index 5181ad18a..c53b0ccda 100644 --- a/mswin32/winfix.h +++ b/mswin32/winfix.h @@ -15,8 +15,6 @@ // windows-specific options -#include - /* (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 diff --git a/nping/winfix.h b/nping/winfix.h index 5181ad18a..c53b0ccda 100644 --- a/nping/winfix.h +++ b/nping/winfix.h @@ -15,8 +15,6 @@ // windows-specific options -#include - /* (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