From a1297996288e837c109aed0aac7d7ab3fe1efd6a Mon Sep 17 00:00:00 2001 From: "Valentin V. Bartenev" Date: Thu, 30 Jun 2016 13:39:10 +0300 Subject: [PATCH] Removed duplicate php.h include in SAPI.h It's already included a few lines above. --- main/SAPI.h | 1 - 1 file changed, 1 deletion(-) 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 -#include "php.h" #define SAPI_OPTION_NO_CHDIR 1 #define SAPI_POST_BLOCK_SIZE 0x4000 -- 2.40.0