remove a couple of #includes that we don't need anymore after the previous commit.

This commit is contained in:
Jordan Lee 2011-02-18 17:09:46 +00:00
parent f8b739f0f9
commit 649a9b139d
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@
#include <stdlib.h> /* exit, atoi */
#include <string.h> /* strcmp */
#include <sys/types.h> /* umask*/
#include <sys/stat.h> /* umask*/
#include <fcntl.h> /* open */
#include <signal.h>
#ifdef HAVE_SYSLOG