commit | bca797dac9c5c6f549be12e2bc9addbf51b1d18f | [log] [tgz] |
---|---|---|
author | Thomas Van Lenten <thomasvl@google.com> | Wed Mar 28 16:53:39 2018 -0400 |
committer | Thomas Van Lenten <thomasvl@google.com> | Mon Apr 02 09:54:29 2018 -0400 |
tree | 7c7847cd60c0ca9a1f65829737538794960fb323 | |
parent | 7bf47a6b5d10382a4b427677cf7ca9288f4e2833 [diff] [blame] |
Trim imports for bundled generated protos. To avoid a cycle between headers, have the WKTs use minimal imports instead of using the helper to get everything from the library. Fixes https://github.com/google/protobuf/issues/4301 Fixes https://github.com/google/protobuf/issues/4403
diff --git a/objectivec/GPBProtocolBuffers_RuntimeSupport.h b/objectivec/GPBProtocolBuffers_RuntimeSupport.h index fea75b9..04dde62 100644 --- a/objectivec/GPBProtocolBuffers_RuntimeSupport.h +++ b/objectivec/GPBProtocolBuffers_RuntimeSupport.h
@@ -31,7 +31,7 @@ // This header is meant to only be used by the generated source, it should not // be included in code using protocol buffers. -#import "GPBProtocolBuffers.h" +#import "GPBBootstrap.h" #import "GPBDescriptor_PackagePrivate.h" #import "GPBExtensionInternals.h"