diff options
| author | 2015-07-10 16:36:12 -0700 | |
|---|---|---|
| committer | 2015-07-10 16:36:12 -0700 | |
| commit | 867c28ae03b3b2883713896765f3ff76eaf90a19 (patch) | |
| tree | 8ff8cf3ab24d2f167c19217efb8175a8841c0359 /src/common/file_util.h | |
| parent | Merge pull request #906 from aroulin/loader-format-specifier-warning (diff) | |
| parent | Core: Cleanup hw includes. (diff) | |
| download | yuzu-867c28ae03b3b2883713896765f3ff76eaf90a19.tar.gz yuzu-867c28ae03b3b2883713896765f3ff76eaf90a19.tar.xz yuzu-867c28ae03b3b2883713896765f3ff76eaf90a19.zip | |
Merge pull request #876 from linkmauve/include-cleanups
Cleanup includes, mostly in common
Diffstat (limited to '')
| -rw-r--r-- | src/common/file_util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index b65829291..8fe772aee 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h | |||
| @@ -6,13 +6,12 @@ | |||
| 6 | 6 | ||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include <fstream> | 8 | #include <fstream> |
| 9 | #include <cstddef> | ||
| 9 | #include <cstdio> | 10 | #include <cstdio> |
| 10 | #include <cstring> | ||
| 11 | #include <string> | 11 | #include <string> |
| 12 | #include <vector> | 12 | #include <vector> |
| 13 | 13 | ||
| 14 | #include "common/common_types.h" | 14 | #include "common/common_types.h" |
| 15 | #include "common/string_util.h" | ||
| 16 | 15 | ||
| 17 | // User directory indices for GetUserPath | 16 | // User directory indices for GetUserPath |
| 18 | enum { | 17 | enum { |