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/dpi.c | |
parent | fd38ecd41a055dbfbb93e8935c78c6a4a4b2236a (diff) |
remove system includes
Diffstat (limited to 'src/IO/dpi.c')
-rw-r--r-- | src/IO/dpi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/IO/dpi.c b/src/IO/dpi.c index ef77a88a..963b3a14 100644 --- a/src/IO/dpi.c +++ b/src/IO/dpi.c @@ -21,13 +21,10 @@ #include <unistd.h> #include <stdlib.h> #include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> #include <string.h> #include <stdio.h> #include <errno.h> /* for errno */ -#include <stdio.h> #include <sys/socket.h> #include <sys/un.h> #include <netinet/in.h> |