aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBProtocolBuffers_RuntimeSupport.h
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2018-03-28 16:53:39 -0400
committerThomas Van Lenten <thomasvl@google.com>2018-04-02 09:54:29 -0400
commitbca797dac9c5c6f549be12e2bc9addbf51b1d18f (patch)
tree7c7847cd60c0ca9a1f65829737538794960fb323 /objectivec/GPBProtocolBuffers_RuntimeSupport.h
parent7bf47a6b5d10382a4b427677cf7ca9288f4e2833 (diff)
downloadprotobuf-bca797dac9c5c6f549be12e2bc9addbf51b1d18f.tar.gz
protobuf-bca797dac9c5c6f549be12e2bc9addbf51b1d18f.tar.bz2
protobuf-bca797dac9c5c6f549be12e2bc9addbf51b1d18f.zip
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
Diffstat (limited to 'objectivec/GPBProtocolBuffers_RuntimeSupport.h')
-rw-r--r--objectivec/GPBProtocolBuffers_RuntimeSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/GPBProtocolBuffers_RuntimeSupport.h b/objectivec/GPBProtocolBuffers_RuntimeSupport.h
index fea75b93..04dde620 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"