summaryrefslogtreecommitdiff
path: root/event_tagging.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 /event_tagging.c
parent881731028b90bb196450105ea04b3d22107052d8 (diff)
downloadlibevent-2026b21598d8f6f47148db088dbb76a6cc9e0a59.tar.gz
remove last vestiges of RBTREE
svn:r470
Diffstat (limited to 'event_tagging.c')
-rw-r--r--event_tagging.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/event_tagging.c b/event_tagging.c
index ddc281e1..93ded7e5 100644
--- a/event_tagging.c
+++ b/event_tagging.c
@@ -40,7 +40,6 @@
#include <sys/ioctl.h>
#endif
-#include <sys/tree.h>
#include <sys/queue.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>