summaryrefslogtreecommitdiff
path: root/src/common/fs/fs_util.cpp
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-18 23:48:22 -0400
committerGravatar ameerj2022-03-19 02:23:33 -0400
commit8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb (patch)
tree515c7dc2e52bda8afa9244f1808cd9a6d5bfb671 /src/common/fs/fs_util.cpp
parentcore: Reduce unused includes (diff)
downloadyuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.gz
yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.xz
yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.zip
common: Reduce unused includes
Diffstat (limited to '')
-rw-r--r--src/common/fs/fs_util.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/fs/fs_util.cpp b/src/common/fs/fs_util.cpp
index 0068112e6..1f47c2310 100644
--- a/src/common/fs/fs_util.cpp
+++ b/src/common/fs/fs_util.cpp
@@ -2,8 +2,6 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <algorithm>
6
7#include "common/fs/fs_util.h" 5#include "common/fs/fs_util.h"
8 6
9namespace Common::FS { 7namespace Common::FS {