summaryrefslogtreecommitdiff
path: root/poll.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2007-11-03 23:53:49 +0000
committerNiels Provos <provos@gmail.com>2007-11-03 23:53:49 +0000
commit2026b21598d8f6f47148db088dbb76a6cc9e0a59 (patch)
tree94a94a64804fe0a97677c144d9fcbea845311b81 /poll.c
parent881731028b90bb196450105ea04b3d22107052d8 (diff)
downloadlibevent-2026b21598d8f6f47148db088dbb76a6cc9e0a59.tar.gz
remove last vestiges of RBTREE
svn:r470
Diffstat (limited to 'poll.c')
-rw-r--r--poll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/poll.c b/poll.c
index 123d36a5..9dfbd277 100644
--- a/poll.c
+++ b/poll.c
@@ -37,7 +37,6 @@
#include <sys/_time.h>
#endif
#include <sys/queue.h>
-#include <sys/tree.h>
#include <poll.h>
#include <signal.h>
#include <stdio.h>