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 --- ext/oracle/oracle.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/oracle/oracle.c') diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index a49f10d78c..cc907e780b 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -53,10 +53,6 @@ #define PHP_ORA_API #endif -#ifndef PHP_WIN32 -#include "build-defs.h" -#endif - #ifdef ZTS int ora_globals_id; #else -- cgit v1.2.1