diff options
| author | 2021-11-03 21:21:01 -0400 | |
|---|---|---|
| committer | 2021-11-03 21:42:57 -0400 | |
| commit | 7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f (patch) | |
| tree | 83b16c8a012bef41e6f30a64114da8d01895eeb2 /src/core/perf_stats.cpp | |
| parent | Merge pull request #7278 from Morph1984/svc-num-handles (diff) | |
| download | yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.gz yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.xz yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.zip | |
core: Remove unused includes
Diffstat (limited to 'src/core/perf_stats.cpp')
| -rw-r--r-- | src/core/perf_stats.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/perf_stats.cpp b/src/core/perf_stats.cpp index c9ded49d0..52c43c857 100644 --- a/src/core/perf_stats.cpp +++ b/src/core/perf_stats.cpp | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | #include "common/fs/file.h" | 14 | #include "common/fs/file.h" |
| 15 | #include "common/fs/fs.h" | 15 | #include "common/fs/fs.h" |
| 16 | #include "common/fs/path_util.h" | 16 | #include "common/fs/path_util.h" |
| 17 | #include "common/math_util.h" | ||
| 18 | #include "common/settings.h" | 17 | #include "common/settings.h" |
| 19 | #include "core/perf_stats.h" | 18 | #include "core/perf_stats.h" |
| 20 | 19 | ||