decruft esp.c: these headers are only needed for GP's probe-sending/catching (which...
authorDaniel Lenski <dlenski@gmail.com>
Sun, 6 Jan 2019 10:06:18 +0000 (02:06 -0800)
committerDaniel Lenski <dlenski@gmail.com>
Wed, 9 Jan 2019 19:45:47 +0000 (11:45 -0800)
Signed-off-by: Daniel Lenski <dlenski@gmail.com>
esp.c

diff --git a/esp.c b/esp.c
index dce7f90bc80d2179701f7ea40d2525174a7b9026..9b79c03ab2759d3bd042fdabf1992c90109b2a28 100644 (file)
--- a/esp.c
+++ b/esp.c
 #include <stdlib.h>
 #include <errno.h>
 
-#ifdef _WIN32
-#include <winsock2.h>
-#include <ws2tcpip.h>
-#include "win32-ipicmp.h"
-#else
-#endif
-
 #include "openconnect-internal.h"
 #include "lzo.h"