blob: 0729cb3ec3e998a30df38fe49d4a8ce8e569ddb1 [file] [log] [blame]
Adam Cozzette501ecec2023-09-26 14:36:20 -07001// Protocol Buffers - Google's data interchange format
2// Copyright 2023 Google LLC. All rights reserved.
Adam Cozzette501ecec2023-09-26 14:36:20 -07003//
Eric Salo07fba1d2023-09-29 14:50:56 -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
7
8// Temporary hack to fix gRPC. Do not use.
Adam Cozzette501ecec2023-09-26 14:36:20 -07009
10#ifndef UPB_COLLECTIONS_MAP_H_
11#define UPB_COLLECTIONS_MAP_H_
12
Eric Salo07fba1d2023-09-29 14:50:56 -070013// IWYU pragma: begin_exports
14#include "upb/message/map.h"
15// IWYU pragma: end_exports
Adam Cozzette501ecec2023-09-26 14:36:20 -070016
17#endif /* UPB_COLLECTIONS_MAP_H_ */