From cef7b0bebaff4d3c65cf4e3073dad26c4b1cbc5d Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sun, 23 Aug 2015 20:22:46 +0200 Subject: [PATCH] Remove #include of no-more-existing file --- v8js.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/v8js.cc b/v8js.cc index 6236ed0..ac95572 100755 --- a/v8js.cc +++ b/v8js.cc @@ -21,7 +21,6 @@ extern "C" { #include "php_ini.h" #include "ext/standard/info.h" #include "ext/standard/php_string.h" -#include "ext/standard/php_smart_str.h" } #include "v8js_class.h"