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