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 Bo Yang <teboring@google.com>2017-06-20 15:08:23 -0700
commit3b1a87518cead7403b8e13c41945e41a30d602e4 (patch)
treef5ebd70dd889b94872f0e4fe75704d21998dd4cd /php/ext/google/protobuf/message.c
parentc344fe8caa6da817d3f0ece0babf1d1acbf2bbbf (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 48b87b10..1162a5f8 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"