Mark message_value.h as private

PiperOrigin-RevId: 489426714
pull/13171/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 384ffc0af8
commit 26febb8422
  1. 3
      upb/collections/message_value.h

@ -25,6 +25,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// Users should include array.h or map.h instead.
// IWYU pragma: private, include "third_party/upb/upb/collections/array.h"
#ifndef UPB_MESSAGE_VALUE_H_
#define UPB_MESSAGE_VALUE_H_

Loading…
Cancel
Save