diff options
| author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-21 17:59:27 +0200 |
|---|---|---|
| committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-21 18:11:45 +0200 |
| commit | eb63a565e922142c9250b664b118bb0f11bf3aeb (patch) | |
| tree | 20676fec296826b5b03fb101a208f50dc7dd801b /adapters | |
| parent | df1d693b03702bb825b1570bcd67a0bb590978d1 (diff) | |
| download | hiredict-eb63a565e922142c9250b664b118bb0f11bf3aeb.tar.xz | |
sys/types.h is included by libevent itself
Diffstat (limited to 'adapters')
| -rw-r--r-- | adapters/libevent.h | 1 |
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" |
