remove duplicated netdb include from client handshake
authorAndy Green <andy@warmcat.com>
Thu, 12 Apr 2012 03:08:55 +0000 (11:08 +0800)
committerAndy Green <andy.green@linaro.org>
Thu, 12 Apr 2012 05:31:36 +0000 (13:31 +0800)
Based on work from Radu Sorici <soriciradu@gmail.com>

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/client-handshake.c

index 6bff052..76c297d 100644 (file)
@@ -1,5 +1,4 @@
 #include "private-libwebsockets.h"
-#include <netdb.h>
 
 struct libwebsocket *__libwebsocket_client_connect_2(
        struct libwebsocket_context *context,