This is an automated email from the ASF dual-hosted git repository.

moshen pushed a commit to branch fix-ios-compile
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git

commit 0a22cf13d75f9ec967d1ca0b0a9ac8064d568165
Author: qianyuan.wqy <qianyuan....@taobao.com>
AuthorDate: Thu Jul 11 13:16:01 2019 +0800

    Remove invalid header usage which will cause iOS build failure.
---
 weex_core/Source/core/parser/dom_wson.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/weex_core/Source/core/parser/dom_wson.cpp 
b/weex_core/Source/core/parser/dom_wson.cpp
index a73d8e3..2f1d140 100644
--- a/weex_core/Source/core/parser/dom_wson.cpp
+++ b/weex_core/Source/core/parser/dom_wson.cpp
@@ -21,7 +21,6 @@
 //
 
 #include <list>
-#include <android/utils/params_utils.h>
 #include "core/render/node/render_object.h"
 #include "core/render/page/render_page.h"
 #include "core/render/node/factory/render_creator.h"

Reply via email to