diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 04:48:22 +0100 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 07:23:33 +0100 |
commit | 8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb (patch) | |
tree | 515c7dc2e52bda8afa9244f1808cd9a6d5bfb671 /src/common/fs/fs_util.cpp | |
parent | core: Reduce unused includes (diff) | |
download | yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.gz yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.bz2 yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.lz yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.xz yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.zst yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/fs/fs_util.cpp | 2 |
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 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. -#include <algorithm> - #include "common/fs/fs_util.h" namespace Common::FS { |