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:35:51 UTC

[incubator-weex] branch release/0.26 updated: Remove invalid header usage which will cause iOS build failure.

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

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


The following commit(s) were added to refs/heads/release/0.26 by this push:
     new 98e0b85  Remove invalid header usage which will cause iOS build failure.
98e0b85 is described below

commit 98e0b85fc9ec9b61e88e52196b03a312606c6bce
Author: qianyuan.wqy <qi...@taobao.com>
AuthorDate: Thu Jul 11 13:35:41 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 2f1d140..0cc415a 100644
--- a/weex_core/Source/core/parser/dom_wson.cpp
+++ b/weex_core/Source/core/parser/dom_wson.cpp
@@ -28,7 +28,6 @@
 #include "wson/wson.h"
 #include "wson/wson_parser.h"
 //#ifdef test_log
-#include "base/utils/log_utils.h"
 #include "core/config/core_environment.h"
 //#else
 //#define LOGW