]> granicus.if.org Git - php/commitdiff
Removed duplicate php.h include in SAPI.h
authorValentin V. Bartenev <vbart@nginx.com>
Thu, 30 Jun 2016 10:39:10 +0000 (13:39 +0300)
committerNikita Popov <nikic@php.net>
Tue, 5 Jul 2016 14:06:20 +0000 (16:06 +0200)
It's already included a few lines above.

main/SAPI.h

index d52835b7b13ea378c12f40a2ad7d243cc4ff3a34..e6c8e8cf87e919ad54c2e4a61fa74c8eb0df191e 100644 (file)
@@ -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