output/httpd: removed duplicate sys/types.h include

The first patch by Patrick didn't work, because his "#ifdef HAVE_OSX"
line would have required config.h.
This commit is contained in:
Max Kellermann 2009-07-14 14:23:44 +02:00
parent ce517ad5d8
commit 58dd6eee5d
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@
#include <unistd.h>
#include <errno.h>
#ifdef HAVE_OSX
#include <sys/types.h>
#endif
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "httpd_output"