summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-10-24 13:15:49 +0000
committerSascha Schumann <sas@php.net>2002-10-24 13:15:49 +0000
commit2909e5c9c9313d25aa2dc85ea63ea51916043234 (patch)
tree7ccd1e817c174a33458372b4e0e7057890c87e3f /sapi/cgi/cgi_main.c
parent26617f8b5f02a9bac6999e57315245626ccafb62 (diff)
downloadphp-git-2909e5c9c9313d25aa2dc85ea63ea51916043234.tar.gz
centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 88305f8613..21b62ae9b2 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -34,8 +34,6 @@
#include "win32/time.h"
#include "win32/signal.h"
#include <process.h>
-#else
-#include "build-defs.h"
#endif
#if HAVE_SYS_TIME_H
#include <sys/time.h>