From 2909e5c9c9313d25aa2dc85ea63ea51916043234 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 24 Oct 2002 13:15:49 +0000 Subject: centralize #include "build-defs.h" and drop (sometimes inconsistent) other instances --- sapi/cli/php_cli.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 859e3127d3..2e07439299 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -33,8 +33,6 @@ #include "win32/time.h" #include "win32/signal.h" #include -#else -#include "build-defs.h" #endif #if HAVE_SYS_TIME_H #include -- cgit v1.2.1