diff options
author | Jani Taskinen <jani@php.net> | 2008-08-05 15:12:19 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2008-08-05 15:12:19 +0000 |
commit | c71ea248bd8df441acb362e289502b2ea44f1347 (patch) | |
tree | e258a2fee54f409c7b43a4464164dd7896757db2 /ext/pcntl/php_pcntl.h | |
parent | a032e1a514bb49f385aff2a6b3b9b41b2b55a25b (diff) | |
download | php-git-c71ea248bd8df441acb362e289502b2ea44f1347.tar.gz |
MFH
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r-- | ext/pcntl/php_pcntl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h index 2b957222c5..5dcd4e74d1 100644 --- a/ext/pcntl/php_pcntl.h +++ b/ext/pcntl/php_pcntl.h @@ -21,9 +21,6 @@ #ifndef PHP_PCNTL_H #define PHP_PCNTL_H -#include <sys/wait.h> -#include "php_signal.h" -#include "php_ticks.h" extern zend_module_entry pcntl_module_entry; #define phpext_pcntl_ptr &pcntl_module_entry |