diff options
| author | Sascha Schumann <sas@php.net> | 2002-10-24 13:15:49 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2002-10-24 13:15:49 +0000 |
| commit | 2909e5c9c9313d25aa2dc85ea63ea51916043234 (patch) | |
| tree | 7ccd1e817c174a33458372b4e0e7057890c87e3f /ext/mcal/php_mcal.h | |
| parent | 26617f8b5f02a9bac6999e57315245626ccafb62 (diff) | |
| download | php-git-2909e5c9c9313d25aa2dc85ea63ea51916043234.tar.gz | |
centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances
Diffstat (limited to 'ext/mcal/php_mcal.h')
| -rw-r--r-- | ext/mcal/php_mcal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mcal/php_mcal.h b/ext/mcal/php_mcal.h index 07b32a2a7f..1845b4cfd1 100644 --- a/ext/mcal/php_mcal.h +++ b/ext/mcal/php_mcal.h @@ -5,10 +5,6 @@ #if HAVE_MCAL -#ifndef PHP_WIN32 -#include "build-defs.h" -#endif - /* Functions accessable to PHP */ extern zend_module_entry php_mcal_module_entry; #define php_mcal_module_ptr &php_mcal_module_entry |
