diff options
author | Sascha Schumann <sas@php.net> | 2000-06-24 15:36:04 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-24 15:36:04 +0000 |
commit | 0c032536359542facacffbcad05f97c04f08fdf3 (patch) | |
tree | 8af67f40802ebe5421f3294c4a389a78fb866513 /ext/mssql/php_mssql.c | |
parent | d1a6a646752cfe93382e16dc2308808d25c055ee (diff) | |
download | php-git-0c032536359542facacffbcad05f97c04f08fdf3.tar.gz |
Stop including dl/phpdl.h.
Diffstat (limited to 'ext/mssql/php_mssql.c')
-rw-r--r-- | ext/mssql/php_mssql.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index ca61dc5a5b..ed237fc11a 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -19,7 +19,6 @@ /* $Id$ */ #ifdef COMPILE_DL_MSSQL -#include "dl/phpdl.h" #define HAVE_MSSQL 1 #endif |