diff options
author | corvid <corvid@lavabit.com> | 2009-06-22 20:07:50 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-06-22 20:07:50 +0000 |
commit | b46d8c44fbf12e29e20978b4edbcbd1c3be5c5b2 (patch) | |
tree | 94cd9040dfb16e567c47154910ddababc8f5f6b2 /src/IO/IO.c | |
parent | fd38ecd41a055dbfbb93e8935c78c6a4a4b2236a (diff) |
remove system includes
Diffstat (limited to 'src/IO/IO.c')
-rw-r--r-- | src/IO/IO.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/IO/IO.c b/src/IO/IO.c index 77790131..ddcbe2e7 100644 --- a/src/IO/IO.c +++ b/src/IO/IO.c @@ -13,14 +13,9 @@ * Dillo's event driven IO engine */ -#include <stdio.h> -#include <string.h> #include <errno.h> #include <fcntl.h> #include <unistd.h> -#include <sys/stat.h> -#include <sys/uio.h> -#include <sys/socket.h> #include "../msg.h" #include "../chain.h" #include "../klist.h" |