From 1f99796d6f808f006dff6dc6576910bef493e244 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 23 Sep 2024 13:06:54 +0200 Subject: Reorder dependencies and remove duplicates in OSS --- etc/import/absl/container/TARGETS.absl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/import/absl/container/TARGETS.absl') diff --git a/etc/import/absl/container/TARGETS.absl b/etc/import/absl/container/TARGETS.absl index 5cce491f..348b189c 100644 --- a/etc/import/absl/container/TARGETS.absl +++ b/etc/import/absl/container/TARGETS.absl @@ -237,8 +237,8 @@ , "deps": [ ["absl/base", "config"] , ["absl/hash", "hash"] - , ["absl/strings", "strings"] , ["absl/strings", "cord"] + , ["absl/strings", "strings"] ] } , "raw_hash_map": @@ -453,8 +453,8 @@ , ["absl/base", "throw_delegate"] , ["absl/memory", "memory"] , ["absl/meta", "type_traits"] - , ["absl/strings", "strings"] , ["absl/strings", "cord"] + , ["absl/strings", "strings"] , ["absl/types", "compare"] , ["absl/utility", "utility"] ] -- cgit v1.2.3