diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-12 03:03:03 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-12 03:03:03 -0400 |
commit | 63a0a1f826e7d7582025fb1550b2c4034bd45b48 (patch) | |
tree | 2498430f81583ef3bf9b9785673e9ebb976234eb /src/common/time_zone.cpp | |
parent | 9e0d6f7d546fba694d0f87864d508faeca64c3e1 (diff) |
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 @@ #include <chrono> #include <exception> #include <iomanip> +#include <map> #include <sstream> #include <stdexcept> #include <fmt/chrono.h> #include <fmt/core.h> #include "common/logging/log.h" -#include "common/settings.h" #include "common/time_zone.h" namespace Common::TimeZone { |