diff options
author | Valentin V. Bartenev <vbart@nginx.com> | 2016-06-30 13:39:10 +0300 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-07-05 16:06:20 +0200 |
commit | a1297996288e837c109aed0aac7d7ab3fe1efd6a (patch) | |
tree | f4c3604d95630228574501d2937a8e597d8b9915 /main | |
parent | baa812ca95376e79fb25af30d323ef8e18248aa4 (diff) | |
download | php-git-a1297996288e837c109aed0aac7d7ab3fe1efd6a.tar.gz |
Removed duplicate php.h include in SAPI.h
It's already included a few lines above.
Diffstat (limited to 'main')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index d52835b7b1..e6c8e8cf87 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -31,7 +31,6 @@ #include "win32/php_stdint.h" #endif #include <sys/stat.h> -#include "php.h" #define SAPI_OPTION_NO_CHDIR 1 #define SAPI_POST_BLOCK_SIZE 0x4000 |