diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
commit | 1f99796d6f808f006dff6dc6576910bef493e244 (patch) | |
tree | 92ff88b497fed6a6d69ebc90dc88f3db3c940b8e /etc/import/absl/time/TARGETS.absl | |
parent | dc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff) | |
download | justbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz |
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'etc/import/absl/time/TARGETS.absl')
-rw-r--r-- | etc/import/absl/time/TARGETS.absl | 6 |
1 files changed, 3 insertions, 3 deletions
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"] ] } |