summaryrefslogtreecommitdiff
path: root/src/core/perf_stats.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2021-11-04 13:56:10 -0700
committerGravatar GitHub2021-11-04 13:56:10 -0700
commitf178a8ef0ce1ba602b0c857ed5993880a74d6a69 (patch)
treee40d64467cd06038d765a0e066a65ff5c2ba8121 /src/core/perf_stats.cpp
parentMerge pull request #7285 from german77/acc (diff)
parentcore: Fix transitive include build errors (diff)
downloadyuzu-f178a8ef0ce1ba602b0c857ed5993880a74d6a69.tar.gz
yuzu-f178a8ef0ce1ba602b0c857ed5993880a74d6a69.tar.xz
yuzu-f178a8ef0ce1ba602b0c857ed5993880a74d6a69.zip
Merge pull request #7282 from ameerj/core-includes
core: Reduce unused header includes
Diffstat (limited to 'src/core/perf_stats.cpp')
-rw-r--r--src/core/perf_stats.cpp1
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