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/time/TARGETS.absl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/import/absl/time/TARGETS.absl') diff --git a/etc/import/absl/time/TARGETS.absl b/etc/import/absl/time/TARGETS.absl index d8c46b85..22b2e856 100644 --- a/etc/import/absl/time/TARGETS.absl +++ b/etc/import/absl/time/TARGETS.absl @@ -30,14 +30,14 @@ , "internal/get_current_time_posix.inc" ] , "deps": - [ ["absl/base", "base"] + [ "civil_time" + , "time_zone" + , ["absl/base", "base"] , ["absl/base", "config"] , ["absl/base", "core_headers"] , ["absl/base", "raw_logging_internal"] , ["absl/numeric", "int128"] , ["absl/strings", "strings"] - , "civil_time" - , "time_zone" , ["absl/types", "optional"] ] } -- cgit v1.2.3