aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/ext/google/protobuf/message.c
diff options
context:
space:
mode:
authorGravatar Jeff Ching <ching.jeff@gmail.com>2017-06-17 11:01:16 -0700
committerGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-06-17 11:01:16 -0700
commit5729cf77f60b917ad813de9a0f68199aa2ebd388 (patch)
tree586f6ad2d9314ae69f21625a5915d83245c64afb /php/ext/google/protobuf/message.c
parent710543d915ec69a7aff98301fad27dc27ef67253 (diff)
Remove inclusion of ext/json/php_json.h. (#3241)
That implementation of json is not being used - this extension is using a json encoder/decoder provided by 'upb'.
Diffstat (limited to 'php/ext/google/protobuf/message.c')
-rw-r--r--php/ext/google/protobuf/message.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/php/ext/google/protobuf/message.c b/php/ext/google/protobuf/message.c
index cabc3987..79a2739a 100644
--- a/php/ext/google/protobuf/message.c
+++ b/php/ext/google/protobuf/message.c
@@ -30,7 +30,6 @@
#include <php.h>
#include <stdlib.h>
-#include <ext/json/php_json.h>
#include "protobuf.h"