From: robs Date: Fri, 22 Jun 2001 14:26:39 +0000 (+0000) Subject: Remove unneeded header includes. X-Git-Tag: 0.67_01~243 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff5fc042891bf2fe52daa3376f6494dd7687e4d7;p=catagits%2Ffcgi2.git Remove unneeded header includes. --- diff --git a/libfcgi/os_unix.c b/libfcgi/os_unix.c index ccc3836..5465cad 100755 --- a/libfcgi/os_unix.c +++ b/libfcgi/os_unix.c @@ -17,7 +17,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: os_unix.c,v 1.27 2001/06/22 13:13:41 robs Exp $"; +static const char rcsid[] = "$Id: os_unix.c,v 1.28 2001/06/22 14:26:39 robs Exp $"; #endif /* not lint */ #include "fcgi_config.h" @@ -55,8 +55,6 @@ static const char rcsid[] = "$Id: os_unix.c,v 1.27 2001/06/22 13:13:41 robs Exp #endif #include "fastcgi.h" -#include "fcgiapp.h" -#include "fcgiappmisc.h" #include "fcgimisc.h" #include "fcgios.h"