upb: tag message/types.h as an export

PiperOrigin-RevId: 563149248
pull/13877/head
Eric Salo 2 years ago committed by Copybara-Service
parent bd7a9df1eb
commit 2805446072
  1. 2
      upb/bazel/amalgamate.py
  2. 4
      upb/upb/message/message.h
  3. 2
      upb/upb/message/tagged_ptr.h

@ -34,7 +34,7 @@ import sys
import re
import os
INCLUDE_RE = re.compile('^#include "([^"]*)"$')
INCLUDE_RE = re.compile('^#include "([^"]*)"')
def parse_include(line):
match = INCLUDE_RE.match(line)

@ -35,8 +35,10 @@
#ifndef UPB_MESSAGE_MESSAGE_H_
#define UPB_MESSAGE_MESSAGE_H_
#include <stddef.h>
#include "upb/mem/arena.h"
#include "upb/message/types.h"
#include "upb/message/types.h" // IWYU pragma: export
#include "upb/mini_table/message.h"
// Must be last.

@ -33,7 +33,7 @@
#include <stdint.h>
#include "upb/message/types.h"
#include "upb/message/types.h" // IWYU pragma: export
// Must be last.
#include "upb/port/def.inc"

Loading…
Cancel
Save