Remove Win #include
roberts [Sun, 15 Aug 1999 19:32:20 +0000 (19:32 +0000)]
examples/threaded.c

index efa00da..fd4c576 100755 (executable)
@@ -3,7 +3,7 @@
  */
 
 #ifndef lint
-static const char rcsid[] = "$Id: threaded.c,v 1.7 1999/08/10 14:40:32 roberts Exp $";
+static const char rcsid[] = "$Id: threaded.c,v 1.8 1999/08/15 19:32:20 roberts Exp $";
 #endif /* not lint */
 
 #include "fcgi_config.h"
@@ -15,10 +15,6 @@ static const char rcsid[] = "$Id: threaded.c,v 1.7 1999/08/10 14:40:32 roberts E
 #include <unistd.h>
 #endif
 
-#ifdef _WIN32
-#include <process.h>
-#endif
-
 #include "fcgiapp.h"