remove an obsolete dependency on :message from :collections

PiperOrigin-RevId: 491197910
pull/13171/head
Eric Salo 2 years ago committed by Copybara-Service
parent 32f28fcdc6
commit a4a7c30b48
  1. 3
      BUILD
  2. 1
      upb/collections/map.c
  3. 4
      upb/collections/map_sorter_internal.h
  4. 2
      upb/wire/encode.c

@ -467,7 +467,6 @@ cc_library(
":base",
":hash",
":mem",
":message_internal",
":mini_table_internal",
":port",
],
@ -1038,7 +1037,7 @@ cc_library(
deps = [
":mem",
":message_internal",
":mini_table",
":mini_table_internal",
":port",
":wire_internal",
],

@ -31,7 +31,6 @@
#include "upb/collections/map_internal.h"
#include "upb/mem/arena.h"
#include "upb/message/message.h"
// Must be last.
#include "upb/port/def.inc"

@ -30,8 +30,10 @@
#ifndef UPB_COLLECTIONS_MAP_SORTER_INTERNAL_H_
#define UPB_COLLECTIONS_MAP_SORTER_INTERNAL_H_
#include <stdlib.h>
#include "upb/collections/map_internal.h"
#include "upb/message/internal.h"
#include "upb/mini_table/message_internal.h"
// Must be last.
#include "upb/port/def.inc"

@ -33,6 +33,8 @@
#include "upb/collections/array_internal.h"
#include "upb/collections/map_sorter_internal.h"
#include "upb/message/extension_internal.h"
#include "upb/mini_table/sub_internal.h"
#include "upb/wire/common_internal.h"
#include "upb/wire/swap_internal.h"
#include "upb/wire/types.h"

Loading…
Cancel
Save