diff options
| author | 2018-03-22 21:53:51 +0800 | |
|---|---|---|
| committer | 2018-03-22 21:53:51 +0800 | |
| commit | 8529d84f31f94502d97a43a723275049c2cb79d7 (patch) | |
| tree | 36a7b241f57c36b6eda626529e1bb4a400259e46 /src/common/logging | |
| parent | Change "yuzu starting..." to be logged with the new macro (diff) | |
| download | yuzu-8529d84f31f94502d97a43a723275049c2cb79d7.tar.gz yuzu-8529d84f31f94502d97a43a723275049c2cb79d7.tar.xz yuzu-8529d84f31f94502d97a43a723275049c2cb79d7.zip | |
Remove dependency chrono
Earlier chrono was included but after some code changed it was no longer needed
Forgot to remove it so I'm removing it now
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 31fa932fb..7f6d2ade8 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <chrono> | ||
| 8 | #include <fmt/format.h> | 7 | #include <fmt/format.h> |
| 9 | #include "common/common_types.h" | 8 | #include "common/common_types.h" |
| 10 | 9 | ||