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/mysql/php_mysql.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/mysql/php_mysql.c') diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 50ba2a2492..e35a404acb 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -43,7 +43,6 @@ # include # define signal(a, b) NULL #else -# include "build-defs.h" # if HAVE_SIGNAL_H # include # endif -- cgit v1.2.1