summaryrefslogtreecommitdiff
path: root/src/common/fs/file.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/file.cpp
parentcore: Reduce unused includes (diff)
downloadyuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.gz
yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.xz
yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.zip
common: Reduce unused includes
Diffstat (limited to 'src/common/fs/file.cpp')
-rw-r--r--src/common/fs/file.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/fs/file.cpp b/src/common/fs/file.cpp
index 274f57659..b89e785c2 100644
--- a/src/common/fs/file.cpp
+++ b/src/common/fs/file.cpp
@@ -4,12 +4,10 @@
4 4
5#include "common/fs/file.h" 5#include "common/fs/file.h"
6#include "common/fs/fs.h" 6#include "common/fs/fs.h"
7#include "common/fs/path_util.h"
8#include "common/logging/log.h" 7#include "common/logging/log.h"
9 8
10#ifdef _WIN32 9#ifdef _WIN32
11#include <io.h> 10#include <io.h>
12#include <share.h>
13#else 11#else
14#include <unistd.h> 12#include <unistd.h>
15#endif 13#endif