You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mo...@apache.org on 2019/07/11 05:16:14 UTC

[incubator-weex] branch fix-ios-compile created (now 0a22cf1)

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

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


      at 0a22cf1  Remove invalid header usage which will cause iOS build failure.

This branch includes the following new commits:

     new 0a22cf1  Remove invalid header usage which will cause iOS build failure.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-weex] 01/01: Remove invalid header usage which will cause iOS build failure.

Posted by mo...@apache.org.
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 <qi...@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"