commit | 07fba1da074320b21b3fbd027f1db346b435b065 | [log] [tgz] |
---|---|---|
author | Eric Salo <salo@google.com> | Fri Sep 29 14:50:56 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 29 14:53:28 2023 -0700 |
tree | eef0710804915038a57f2d6442ba9c7cdc154745 | |
parent | e42c1780a01aa8325bf3c481f9942e3397b589a4 [diff] [blame] |
upb: merge ":collections" into ":message" PiperOrigin-RevId: 569594353
diff --git a/upb/wire/decode_fast.c b/upb/wire/decode_fast.c index 857d84a..8e2860a 100644 --- a/upb/wire/decode_fast.c +++ b/upb/wire/decode_fast.c
@@ -17,7 +17,8 @@ #include "upb/wire/decode_fast.h" -#include "upb/collections/internal/array.h" +#include "upb/message/array.h" +#include "upb/message/internal/array.h" #include "upb/message/internal/types.h" #include "upb/wire/internal/decode.h"