diff options
author | Wez Furlong <wez@php.net> | 2004-05-18 15:57:46 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-05-18 15:57:46 +0000 |
commit | 2a9fa244586271f9d6d6bebf1536a20c2ee872b7 (patch) | |
tree | 65b6918b43af07d41506045781b8f1aadd5b2a60 /ext/pdo/php_pdo.h | |
parent | 85e3a1bc3b28c2f83258cc6e1c166ddd31145a6b (diff) | |
download | php-git-2a9fa244586271f9d6d6bebf1536a20c2ee872b7.tar.gz |
Tweaks for win32
Diffstat (limited to 'ext/pdo/php_pdo.h')
-rwxr-xr-x | ext/pdo/php_pdo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo.h b/ext/pdo/php_pdo.h index cfa1f2b626..a7fbd90894 100755 --- a/ext/pdo/php_pdo.h +++ b/ext/pdo/php_pdo.h @@ -20,7 +20,6 @@ #ifndef PHP_PDO_H #define PHP_PDO_H -#include "php.h" extern zend_module_entry pdo_module_entry; #define phpext_pdo_ptr &pdo_module_entry |