From 8d7916caf859a5ad174849b5beb090c57f3c6d9f Mon Sep 17 00:00:00 2001 From: Steven Lehrburger Date: Tue, 27 Mar 2018 22:27:50 -0400 Subject: [PATCH] Update Obj-c imports to match case of sym-linked files #3218 --- objectivec/GPBProtocolBuffers.h | 20 ++++++++++---------- objectivec/GPBWellKnownTypes.h | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/objectivec/GPBProtocolBuffers.h b/objectivec/GPBProtocolBuffers.h index 68d8854eb8e7..32f9f5de221c 100644 --- a/objectivec/GPBProtocolBuffers.h +++ b/objectivec/GPBProtocolBuffers.h @@ -52,16 +52,16 @@ // Well-known proto types #if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS - #import - #import - #import - #import - #import - #import - #import - #import - #import - #import + #import + #import + #import + #import + #import + #import + #import + #import + #import + #import #else #import "google/protobuf/Any.pbobjc.h" #import "google/protobuf/Api.pbobjc.h" diff --git a/objectivec/GPBWellKnownTypes.h b/objectivec/GPBWellKnownTypes.h index 04df41788922..bb6c780a7d89 100644 --- a/objectivec/GPBWellKnownTypes.h +++ b/objectivec/GPBWellKnownTypes.h @@ -37,9 +37,9 @@ #endif #if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS - #import - #import - #import + #import + #import + #import #else #import "google/protobuf/Any.pbobjc.h" #import "google/protobuf/Duration.pbobjc.h"