diff options
| author | 2023-07-12 03:03:03 -0400 | |
|---|---|---|
| committer | 2023-07-12 03:03:03 -0400 | |
| commit | 63a0a1f826e7d7582025fb1550b2c4034bd45b48 (patch) | |
| tree | 2498430f81583ef3bf9b9785673e9ebb976234eb /src/common/time_zone.cpp | |
| parent | time_zone: Swap subtraction order (diff) | |
| download | yuzu-63a0a1f826e7d7582025fb1550b2c4034bd45b48.tar.gz yuzu-63a0a1f826e7d7582025fb1550b2c4034bd45b48.tar.xz yuzu-63a0a1f826e7d7582025fb1550b2c4034bd45b48.zip | |
time_zone: Clean up includes
Diffstat (limited to 'src/common/time_zone.cpp')
| -rw-r--r-- | src/common/time_zone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/time_zone.cpp b/src/common/time_zone.cpp index 6131957ef..69e728a9d 100644 --- a/src/common/time_zone.cpp +++ b/src/common/time_zone.cpp | |||
| @@ -4,13 +4,13 @@ | |||
| 4 | #include <chrono> | 4 | #include <chrono> |
| 5 | #include <exception> | 5 | #include <exception> |
| 6 | #include <iomanip> | 6 | #include <iomanip> |
| 7 | #include <map> | ||
| 7 | #include <sstream> | 8 | #include <sstream> |
| 8 | #include <stdexcept> | 9 | #include <stdexcept> |
| 9 | #include <fmt/chrono.h> | 10 | #include <fmt/chrono.h> |
| 10 | #include <fmt/core.h> | 11 | #include <fmt/core.h> |
| 11 | 12 | ||
| 12 | #include "common/logging/log.h" | 13 | #include "common/logging/log.h" |
| 13 | #include "common/settings.h" | ||
| 14 | #include "common/time_zone.h" | 14 | #include "common/time_zone.h" |
| 15 | 15 | ||
| 16 | namespace Common::TimeZone { | 16 | namespace Common::TimeZone { |