summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon/GameFileCache.cpp
diff options
context:
space:
mode:
authorSintendo <3380580+Sintendo@users.noreply.github.com>2025-12-24 10:14:24 +0100
committerSintendo <3380580+Sintendo@users.noreply.github.com>2026-01-24 16:50:10 +0100
commit972ec95cb3713296128bbbf56bcd5a265efbd544 (patch)
tree9ff7bd252f0cb3069b1ec96a2e4764fef16fa237 /Source/Core/UICommon/GameFileCache.cpp
parentf2e1c71803b953c9adb9528c168cbbde23b3b30a (diff)
Clean includes
Diffstat (limited to 'Source/Core/UICommon/GameFileCache.cpp')
-rw-r--r--Source/Core/UICommon/GameFileCache.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/UICommon/GameFileCache.cpp b/Source/Core/UICommon/GameFileCache.cpp
index 4c93fb7640..37a130599d 100644
--- a/Source/Core/UICommon/GameFileCache.cpp
+++ b/Source/Core/UICommon/GameFileCache.cpp
@@ -5,10 +5,7 @@
#include <algorithm>
#include <cstddef>
-#include <functional>
-#include <list>
#include <memory>
-#include <mutex>
#include <string>
#include <unordered_set>
#include <utility>