# HG changeset patch # User Waqas Hussain # Date 1266197125 -18000 # Node ID ad37f03df1381daa68d135b5e6633b76c551f9d9 # Parent 0ad46f11657a91fbb5537ffb9275bae08060ff38 buffer_event.h, event_buffer.h, event_callback.h: Remove sys/time.h, and other redundant #includes. diff -r 0ad46f11657a -r ad37f03df138 include/buffer_event.h --- a/include/buffer_event.h Mon Feb 15 06:24:06 2010 +0500 +++ b/include/buffer_event.h Mon Feb 15 06:25:25 2010 +0500 @@ -4,10 +4,6 @@ #define BUFFER_EVENT_H #include "luaevent.h" -#include -#include -#include -#include typedef struct { struct bufferevent* ev; diff -r 0ad46f11657a -r ad37f03df138 include/event_buffer.h --- a/include/event_buffer.h Mon Feb 15 06:24:06 2010 +0500 +++ b/include/event_buffer.h Mon Feb 15 06:25:25 2010 +0500 @@ -4,10 +4,6 @@ #define EVENT_BUFFER_H #include "luaevent.h" -#include -#include -#include -#include typedef struct { struct evbuffer* buffer; diff -r 0ad46f11657a -r ad37f03df138 include/event_callback.h --- a/include/event_callback.h Mon Feb 15 06:24:06 2010 +0500 +++ b/include/event_callback.h Mon Feb 15 06:25:25 2010 +0500 @@ -4,10 +4,6 @@ #define EVENT_CALLBACK #include "luaevent.h" -#include -#include -#include -#include typedef struct { struct event ev;