summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>2009-05-23 22:08:30 +0200
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>2009-05-23 22:08:30 +0200
commit8ac36c92a5f29a96d78d05775d6e0d72d2e9d8c8 (patch)
tree848fdded9cf21019b49962e325a29996ea37a169 /src/net
parent1534d6c2118866f7f5838b621974e0ad3f7861b8 (diff)
Include for sys/poll.h from tcp.c was removed
Diffstat (limited to 'src/net')
-rw-r--r--src/net/tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/tcp.c b/src/net/tcp.c
index 85859e0..4370cf9 100644
--- a/src/net/tcp.c
+++ b/src/net/tcp.c
@@ -4,7 +4,6 @@
#include <string.h>
#ifndef __WIN32__
-#include <sys/poll.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>