Remove some unnecessary includes and fix a typo.

This commit is contained in:
nicm
2014-04-17 11:38:35 +00:00
parent 2e98c9057d
commit bce952777a
6 changed files with 2 additions and 14 deletions

View File

@ -25,8 +25,6 @@
#include <errno.h>
#include <event.h>
#include <fcntl.h>
#include <pwd.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>