File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -239,12 +239,12 @@ cc_library(
239
239
"//upb:descriptor_upb_proto" ,
240
240
"//upb:json" ,
241
241
"//upb:mem" ,
242
+ "//upb:message" ,
242
243
"//upb:mini_descriptor" ,
243
244
"//upb:mini_table" ,
244
245
"//upb:port" ,
245
246
"//upb:reflection" ,
246
247
"//upb:wire" ,
247
- "//upb/reflection:internal" ,
248
248
],
249
249
)
250
250
Original file line number Diff line number Diff line change 7
7
8
8
#include "upb_generator/get_used_fields.h"
9
9
10
+ #include <stddef.h>
11
+ #include <stdio.h>
12
+ #include <stdlib.h>
13
+ #include <string.h>
14
+
10
15
#include "google/protobuf/descriptor.upb.h"
11
16
#include "google/protobuf/compiler/plugin.upb.h"
12
- #include "upb/reflection/def_pool.h"
13
- #include "upb/reflection/field_def.h"
17
+ #include "upb/base/descriptor_constants.h"
18
+ #include "upb/base/string_view.h"
19
+ #include "upb/mem/arena.h"
20
+ #include "upb/message/array.h"
21
+ #include "upb/message/map.h"
22
+ #include "upb/message/message.h"
23
+ #include "upb/mini_table/message.h"
24
+ #include "upb/reflection/def.h"
14
25
#include "upb/reflection/message.h"
15
- #include "upb/reflection/message_def.h"
16
26
#include "upb/wire/decode.h"
17
27
18
28
// Must be last.
You can’t perform that action at this time.
0 commit comments