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 #ifndef UPB_REFLECTION_DEF_H_ 9 #define UPB_REFLECTION_DEF_H_ 10 11 // IWYU pragma: begin_exports 12 #include "upb/reflection/def_pool.h" 13 #include "upb/reflection/enum_def.h" 14 #include "upb/reflection/enum_value_def.h" 15 #include "upb/reflection/extension_range.h" 16 #include "upb/reflection/field_def.h" 17 #include "upb/reflection/file_def.h" 18 #include "upb/reflection/message_def.h" 19 #include "upb/reflection/method_def.h" 20 #include "upb/reflection/oneof_def.h" 21 #include "upb/reflection/service_def.h" 22 // IWYU pragma: end_exports 23 24 #endif /* UPB_REFLECTION_DEF_H_ */ 25