aboutsummaryrefslogtreecommitdiffstats
path: root/include/buffer_event.h
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-02-15 06:25:25 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-02-15 06:25:25 +0500
commitd4bc8bd087c740ff5b9b1cbd38e0f2b24ff74263 (patch)
tree8182ff4912752a76029ffbbe172e36b404aacc24 /include/buffer_event.h
parent2a0a42715e9e94441f7503e45d0f26c92ed239d9 (diff)
downloadluaevent-prosody-d4bc8bd087c740ff5b9b1cbd38e0f2b24ff74263.tar.gz
luaevent-prosody-d4bc8bd087c740ff5b9b1cbd38e0f2b24ff74263.zip
buffer_event.h, event_buffer.h, event_callback.h: Remove sys/time.h, and other redundant #includes.
Diffstat (limited to 'include/buffer_event.h')
-rw-r--r--include/buffer_event.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/buffer_event.h b/include/buffer_event.h
index b3fe3c1..ad8fc55 100644
--- a/include/buffer_event.h
+++ b/include/buffer_event.h
@@ -4,10 +4,6 @@
#define BUFFER_EVENT_H
#include "luaevent.h"
-#include <lua.h>
-#include <sys/types.h>
-#include <sys/time.h>
-#include <event.h>
typedef struct {
struct bufferevent* ev;