summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2012-04-12 11:08:55 +0800
committerAndy Green <andy.green@linaro.org>2012-04-12 13:31:36 +0800
commit796ce7ab152472c22ac25d14aacfa2ae9795e5a9 (patch)
treee54443be0b972f1557a9f9cfc8b0d697aa2e213d
parentcce2a81e85d9693a83ac30e9e58f732b59759a88 (diff)
remove duplicated netdb include from client handshake
Based on work from Radu Sorici <soriciradu@gmail.com> Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--lib/client-handshake.c1
1 files changed, 0 insertions, 1 deletions
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 <netdb.h>
struct libwebsocket *__libwebsocket_client_connect_2(
struct libwebsocket_context *context,