From 796ce7ab152472c22ac25d14aacfa2ae9795e5a9 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 12 Apr 2012 11:08:55 +0800 Subject: remove duplicated netdb include from client handshake Based on work from Radu Sorici Signed-off-by: Andy Green --- lib/client-handshake.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/client-handshake.c b/lib/client-handshake.c index 6bff052..76c297d 100644 --- a/lib/client-handshake.c +++ b/lib/client-handshake.c @@ -1,5 +1,4 @@ #include "private-libwebsockets.h" -#include struct libwebsocket *__libwebsocket_client_connect_2( struct libwebsocket_context *context, -- cgit v1.2.3