summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.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 /ext/mysql/php_mysql.c
parent26617f8b5f02a9bac6999e57315245626ccafb62 (diff)
downloadphp-git-2909e5c9c9313d25aa2dc85ea63ea51916043234.tar.gz
centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c1
1 files changed, 0 insertions, 1 deletions
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 <sys/socket.h>
# define signal(a, b) NULL
#else
-# include "build-defs.h"
# if HAVE_SIGNAL_H
# include <signal.h>
# endif