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"],