summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2011-04-21 17:59:27 +0200
committerPieter Noordhuis <pcnoordhuis@gmail.com>2011-04-21 18:11:45 +0200
commiteb63a565e922142c9250b664b118bb0f11bf3aeb (patch)
tree20676fec296826b5b03fb101a208f50dc7dd801b
parentdf1d693b03702bb825b1570bcd67a0bb590978d1 (diff)
sys/types.h is included by libevent itself
-rw-r--r--adapters/libevent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/adapters/libevent.h b/adapters/libevent.h
index 2cc2823..2c18480 100644
--- a/adapters/libevent.h
+++ b/adapters/libevent.h
@@ -1,4 +1,3 @@
-#include <sys/types.h>
#include <event.h>
#include "../hiredis.h"
#include "../async.h"