diff options
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"] ] } |