diff options
| author | 2022-03-18 23:44:24 -0400 | |
|---|---|---|
| committer | 2022-03-19 02:23:32 -0400 | |
| commit | ade596121bc834502c63cdedcd8f68a1f490599d (patch) | |
| tree | 9d33e7c491ba8688b9b7441ee850c85ee1fdb9b6 /src/core/reporter.cpp | |
| parent | Merge pull request #8028 from v1993/patch-9 (diff) | |
| download | yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.tar.gz yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.tar.xz yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.zip | |
core: Reduce unused includes
Diffstat (limited to 'src/core/reporter.cpp')
| -rw-r--r-- | src/core/reporter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/reporter.cpp b/src/core/reporter.cpp index d4becdc0a..89faed6ee 100644 --- a/src/core/reporter.cpp +++ b/src/core/reporter.cpp | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | 8 | ||
| 9 | #include <fmt/chrono.h> | 9 | #include <fmt/chrono.h> |
| 10 | #include <fmt/format.h> | 10 | #include <fmt/format.h> |
| 11 | #include <fmt/ostream.h> | ||
| 12 | #include <nlohmann/json.hpp> | 11 | #include <nlohmann/json.hpp> |
| 13 | 12 | ||
| 14 | #include "common/fs/file.h" | 13 | #include "common/fs/file.h" |