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

@ -17,14 +17,10 @@
*/
#include <sys/types.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <fcntl.h>
#include <fnmatch.h>
#include <paths.h>
#include <pwd.h>
#include <signal.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>