You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/12/11 12:54:39 UTC

[GitHub] wqyfavor closed pull request #1891: [iOS] Fix header misuse.

wqyfavor closed pull request #1891: [iOS] Fix header misuse.
URL: https://github.com/apache/incubator-weex/pull/1891
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/weex_core/Source/core/data_render/class_console.cc b/weex_core/Source/core/data_render/class_console.cc
index 1ca89772bc..17d5fc8717 100644
--- a/weex_core/Source/core/data_render/class_console.cc
+++ b/weex_core/Source/core/data_render/class_console.cc
@@ -25,7 +25,7 @@
 #include "core/data_render/common_error.h"
 #include "core/data_render/vnode/vnode_render_manager.h"
 #include "third_party/json11/json11.hpp"
-#include <base/LogDefines.h>
+#include "base/LogDefines.h"
 
 namespace weex {
 namespace core {
diff --git a/weex_core/Source/core/data_render/class_function.cc b/weex_core/Source/core/data_render/class_function.cc
index 39340faa10..b7ea411ac5 100644
--- a/weex_core/Source/core/data_render/class_function.cc
+++ b/weex_core/Source/core/data_render/class_function.cc
@@ -22,7 +22,7 @@
 #include "core/data_render/class_function.h"
 #include "core/data_render/exec_state.h"
 #include "core/data_render/common_error.h"
-#include <base/LogDefines.h>
+#include "base/LogDefines.h"
 
 namespace weex {
 namespace core {
diff --git a/weex_core/Source/core/data_render/class_regex.cc b/weex_core/Source/core/data_render/class_regex.cc
index 43c033a7c3..95204f0687 100644
--- a/weex_core/Source/core/data_render/class_regex.cc
+++ b/weex_core/Source/core/data_render/class_regex.cc
@@ -24,7 +24,7 @@
 #include "core/data_render/exec_state.h"
 #include "core/data_render/common_error.h"
 #include "core/data_render/table.h"
-#include <base/LogDefines.h>
+#include "base/LogDefines.h"
 
 namespace weex {
 namespace core {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services