diff options
| author | 2022-03-18 23:48:22 -0400 | |
|---|---|---|
| committer | 2022-03-19 02:23:33 -0400 | |
| commit | 8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb (patch) | |
| tree | 515c7dc2e52bda8afa9244f1808cd9a6d5bfb671 /src/common/fs/file.h | |
| parent | core: Reduce unused includes (diff) | |
| download | yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.gz yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.tar.xz yuzu-8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb.zip | |
common: Reduce unused includes
Diffstat (limited to '')
| -rw-r--r-- | src/common/fs/file.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/fs/file.h b/src/common/fs/file.h index a4f7944cd..8a2cab0af 100644 --- a/src/common/fs/file.h +++ b/src/common/fs/file.h | |||
| @@ -6,10 +6,8 @@ | |||
| 6 | 6 | ||
| 7 | #include <cstdio> | 7 | #include <cstdio> |
| 8 | #include <filesystem> | 8 | #include <filesystem> |
| 9 | #include <fstream> | ||
| 10 | #include <span> | 9 | #include <span> |
| 11 | #include <type_traits> | 10 | #include <type_traits> |
| 12 | #include <vector> | ||
| 13 | 11 | ||
| 14 | #include "common/concepts.h" | 12 | #include "common/concepts.h" |
| 15 | #include "common/fs/fs_types.h" | 13 | #include "common/fs/fs_types.h" |