http://code.google.com/p/lusca-cache/source/detail?r=14921
Modified:
/playpen/LUSCA_HEAD_ipv6/src/pinger.c
=======================================
--- /playpen/LUSCA_HEAD_ipv6/src/pinger.c Thu Jul 14 07:32:19 2011
+++ /playpen/LUSCA_HEAD_ipv6/src/pinger.c Thu Jul 14 08:19:55 2011
@@ -46,8 +46,6 @@
#if !defined(_SQUID_WIN32_)
-#include <netinet/in_systm.h>
-#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
@@ -60,11 +58,6 @@
#ifdef _SQUID_MSWIN_
-#if HAVE_WINSOCK2_H
-#include <winsock2.h>
-#endif
-#include <process.h>
-
#define PINGER_TIMEOUT 5
static SOCKET socket_to_squid = -1;
@@ -72,10 +65,6 @@
#else /* _SQUID_MSWIN */
-/* Cygwin */
-
-#include <netinet/in_systm.h>
-#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>