diff options
author | Jason Greene <jason@php.net> | 2002-03-17 19:41:24 +0000 |
---|---|---|
committer | Jason Greene <jason@php.net> | 2002-03-17 19:41:24 +0000 |
commit | aab103e9fcd9aea14ae7afa44893cbabc9d1ef4e (patch) | |
tree | a6beae27511f54a225e59b5f8564ea56a31b3c62 | |
parent | 46afe61d25f11d1b7a3678b2d6cf3b90ce475029 (diff) | |
download | php-git-aab103e9fcd9aea14ae7afa44893cbabc9d1ef4e.tar.gz |
Remove already included file
-rwxr-xr-x | ext/pcntl/pcntl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index 4d9119f8be..48ef549b95 100755 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -34,7 +34,6 @@ #include "php_ini.h" #include "ext/standard/info.h" #include "php_pcntl.h" -#include "zend_extensions.h" ZEND_DECLARE_MODULE_GLOBALS(pcntl) |