Thomas Van Lenten | 30650d8 | 2015-05-01 08:57:16 -0400 | [diff] [blame] | 1 | // Protocol Buffers - Google's data interchange format |
| 2 | // Copyright 2008 Google Inc. All rights reserved. |
Thomas Van Lenten | 30650d8 | 2015-05-01 08:57:16 -0400 | [diff] [blame] | 3 | // |
Joshua Haberman | 44bd65b | 2023-09-08 17:43:14 -0700 | [diff] [blame] | 4 | // Use of this source code is governed by a BSD-style |
| 5 | // license that can be found in the LICENSE file or at |
| 6 | // https://developers.google.com/open-source/licenses/bsd |
Thomas Van Lenten | 30650d8 | 2015-05-01 08:57:16 -0400 | [diff] [blame] | 7 | |
| 8 | // This header is meant to only be used by the generated source, it should not |
| 9 | // be included in code using protocol buffers. |
| 10 | |
Thomas Van Lenten | 9e069b2 | 2022-09-19 13:34:01 -0400 | [diff] [blame] | 11 | // clang-format off |
Thomas Van Lenten | bca797d | 2018-03-28 16:53:39 -0400 | [diff] [blame] | 12 | #import "GPBBootstrap.h" |
Thomas Van Lenten | 9e069b2 | 2022-09-19 13:34:01 -0400 | [diff] [blame] | 13 | // clang-format on |
Thomas Van Lenten | 30650d8 | 2015-05-01 08:57:16 -0400 | [diff] [blame] | 14 | |
| 15 | #import "GPBDescriptor_PackagePrivate.h" |
Thomas Van Lenten | 9c29c40 | 2023-02-24 08:08:52 -0800 | [diff] [blame] | 16 | #import "GPBMessage.h" |
Thomas Van Lenten | 30650d8 | 2015-05-01 08:57:16 -0400 | [diff] [blame] | 17 | #import "GPBRootObject_PackagePrivate.h" |
| 18 | #import "GPBUtilities_PackagePrivate.h" |