• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2023 Google LLC.  All rights reserved.
3 //
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
7 //
8 
9 #include <stddef.h>
10 
11 #define UPB_BUILD_API
12 
13 // go/keep-sorted start
14 #include "upb/mem/arena.h"           // IWYU pragma: keep
15 #include "upb/message/accessors.h"   // IWYU pragma: keep
16 #include "upb/message/array.h"       // IWYU pragma: keep
17 #include "upb/message/compare.h"     // IWYU pragma: keep
18 #include "upb/message/copy.h"        // IWYU pragma: keep
19 #include "upb/message/map.h"         // IWYU pragma: keep
20 #include "upb/message/merge.h"       // IWYU pragma: keep
21 #include "upb/mini_table/message.h"  // IWYU pragma: keep
22 #include "upb/text/debug_string.h"   // IWYU pragma: keep
23 // go/keep-sorted end
24