From 11a114ee7c92ac4a4ac546ffacb07bd9a02fb38c Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 13 Jan 2010 11:03:26 +0100 Subject: [PATCH] Remove redundant #includes and reorder sys/types.h include. --- example/direct_tcpip.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/example/direct_tcpip.c b/example/direct_tcpip.c index a1e1101..bbc2272 100644 --- a/example/direct_tcpip.c +++ b/example/direct_tcpip.c @@ -1,5 +1,7 @@ #include +#include + #ifdef HAVE_WINSOCK2_H # include #endif @@ -19,10 +21,6 @@ # include #endif -#include -#include -#include -#include #include #include #include