From 9e5fc1fc382014bfdc0a9c6212968393d4a11e93 Mon Sep 17 00:00:00 2001 From: "tianpeng.xtp" Date: Thu, 29 Aug 2019 11:56:04 +0800 Subject: [PATCH] =?UTF-8?q?C++=E6=96=87=E4=BB=B6=E6=94=B9=E4=B8=BA"=20"=20?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/sdk/WeexSDK/Sources/WeexSDK.h | 8 ++++---- weex_core/Source/core/layout/layout.h | 4 ++-- weex_core/Source/core/layout/style.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ios/sdk/WeexSDK/Sources/WeexSDK.h b/ios/sdk/WeexSDK/Sources/WeexSDK.h index 8e5f6f4a5b..2956ea4c1c 100644 --- a/ios/sdk/WeexSDK/Sources/WeexSDK.h +++ b/ios/sdk/WeexSDK/Sources/WeexSDK.h @@ -23,10 +23,10 @@ FOUNDATION_EXPORT double WeexSDKVersionNumber; FOUNDATION_EXPORT const unsigned char WeexSDKVersionString[]; -#import -#import -#import -#import +#import "style.h" +#import "layout.h" +#import "flex_enum.h" +#import "eagle_bridge.h" #import #import #import diff --git a/weex_core/Source/core/layout/layout.h b/weex_core/Source/core/layout/layout.h index 038c5445d3..621797224e 100644 --- a/weex_core/Source/core/layout/layout.h +++ b/weex_core/Source/core/layout/layout.h @@ -27,8 +27,8 @@ #include #include #include -#include -#include +#include "style.h" +#include "flex_enum.h" namespace WeexCore { diff --git a/weex_core/Source/core/layout/style.h b/weex_core/Source/core/layout/style.h index b59ec1315d..d39d61ac79 100644 --- a/weex_core/Source/core/layout/style.h +++ b/weex_core/Source/core/layout/style.h @@ -22,7 +22,7 @@ #define WEEXCORE_FLEXLAYOUT_WXCOREFLEXENUMS_H -#include +#include "flex_enum.h" #include #include