From a1d2fb97b7ae5679f7072add65b3a22bfabdf71b Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Sun, 6 Jan 2019 02:06:18 -0800 Subject: [PATCH] decruft esp.c: these headers are only needed for GP's probe-sending/catching (which are in gpst.c now) Signed-off-by: Daniel Lenski --- esp.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/esp.c b/esp.c index dce7f90b..9b79c03a 100644 --- a/esp.c +++ b/esp.c @@ -24,13 +24,6 @@ #include #include -#ifdef _WIN32 -#include -#include -#include "win32-ipicmp.h" -#else -#endif - #include "openconnect-internal.h" #include "lzo.h" -- 2.50.1