From 481f1d1c9a24f773d2556f2435348b88ca6c7ae6 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 8 Jan 2014 12:04:31 +0100 Subject: [PATCH] pt-tls-client: Remove unneeded socket.h include, fixing Windows build --- src/pt-tls-client/pt-tls-client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pt-tls-client/pt-tls-client.c b/src/pt-tls-client/pt-tls-client.c index 631ae3cce..b2d439abe 100644 --- a/src/pt-tls-client/pt-tls-client.c +++ b/src/pt-tls-client/pt-tls-client.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include