Merge logging and types build targets

Both "types" and "logging" build targets included "logging.h"
Merging them together avoids circular dependencies.

PiperOrigin-RevId: 555262816
This commit is contained in:
Janusz Sobczak
2023-08-09 19:13:12 -07:00
committed by Copybara-Service
parent d19f21ed71
commit 5393daf9f1
30 changed files with 23 additions and 74 deletions
-1
View File
@@ -36,7 +36,6 @@ cc_library(
"//internal/auth:types",
"//internal/base",
"//internal/network:types",
"//internal/platform:logging",
"//internal/platform:types",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",