Adam Cozzette | 501ecec | 2023-09-26 14:36:20 -0700 | [diff] [blame] | 1 | // Protocol Buffers - Google's data interchange format |
| 2 | // Copyright 2023 Google LLC. All rights reserved. |
Adam Cozzette | 501ecec | 2023-09-26 14:36:20 -0700 | [diff] [blame] | 3 | // |
Eric Salo | 07fba1d | 2023-09-29 14:50:56 -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 |
| 7 | |
| 8 | // Temporary hack to fix gRPC. Do not use. |
Adam Cozzette | 501ecec | 2023-09-26 14:36:20 -0700 | [diff] [blame] | 9 | |
| 10 | #ifndef UPB_COLLECTIONS_MAP_H_ |
| 11 | #define UPB_COLLECTIONS_MAP_H_ |
| 12 | |
Eric Salo | 07fba1d | 2023-09-29 14:50:56 -0700 | [diff] [blame] | 13 | // IWYU pragma: begin_exports |
| 14 | #include "upb/message/map.h" |
| 15 | // IWYU pragma: end_exports |
Adam Cozzette | 501ecec | 2023-09-26 14:36:20 -0700 | [diff] [blame] | 16 | |
| 17 | #endif /* UPB_COLLECTIONS_MAP_H_ */ |