commit | 26e9a75294502a412e55c22d1883a24b665e4e94 | [log] [tgz] |
---|---|---|
author | Eric Salo <salo@google.com> | Wed Dec 28 06:09:44 2022 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 28 06:10:15 2022 -0800 |
tree | 1c3078ae9ff632c16944c43259c9b7e88f808d62 | |
parent | 75488a074277bb45ec91fcb774a86f9f76517b19 [diff] [blame] |
remove wire/types.h from the :wire build target PiperOrigin-RevId: 498167993
diff --git a/BUILD b/BUILD index a3558ed..57d2c02 100644 --- a/BUILD +++ b/BUILD
@@ -582,6 +582,7 @@ ":port", ":reflection", ":wire", + ":wire_types", ], ) @@ -910,7 +911,6 @@ hdrs = [ "upb/wire/decode.h", "upb/wire/encode.h", - "upb/wire/types.h", ], copts = UPB_DEFAULT_COPTS, visibility = ["//visibility:public"],