blob: 038a8dc952156f37b0982a08d75a464d75907af8 [file] [log] [blame]
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001// Protocol Buffers - Google's data interchange format
2// Copyright 2008 Google Inc. All rights reserved.
Thomas Van Lenten30650d82015-05-01 08:57:16 -04003//
Joshua Haberman44bd65b2023-09-08 17:43:14 -07004// 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 Lenten30650d82015-05-01 08:57:16 -04007
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 Lenten9e069b22022-09-19 13:34:01 -040011// clang-format off
Thomas Van Lentenbca797d2018-03-28 16:53:39 -040012#import "GPBBootstrap.h"
Thomas Van Lenten9e069b22022-09-19 13:34:01 -040013// clang-format on
Thomas Van Lenten30650d82015-05-01 08:57:16 -040014
15#import "GPBDescriptor_PackagePrivate.h"
Thomas Van Lenten9c29c402023-02-24 08:08:52 -080016#import "GPBMessage.h"
Thomas Van Lenten30650d82015-05-01 08:57:16 -040017#import "GPBRootObject_PackagePrivate.h"
18#import "GPBUtilities_PackagePrivate.h"