diff options
| author | 2018-09-03 21:58:19 -0400 | |
|---|---|---|
| committer | 2018-09-03 22:52:24 -0400 | |
| commit | a813c10e1c71318925f2e65f2b0926099485bbc4 (patch) | |
| tree | fc7894ea6e04e565ff4eb29c94b95f8d72a61521 /src/core/file_sys/romfs.h | |
| parent | Merge pull request #1231 from lioncash/global (diff) | |
| download | yuzu-a813c10e1c71318925f2e65f2b0926099485bbc4.tar.gz yuzu-a813c10e1c71318925f2e65f2b0926099485bbc4.tar.xz yuzu-a813c10e1c71318925f2e65f2b0926099485bbc4.zip | |
file_sys: Replace includes with forward declarations where applicable
Cuts down on include dependencies, resulting in less files that need to
be rebuilt when certain things are changed.
Diffstat (limited to 'src/core/file_sys/romfs.h')
| -rw-r--r-- | src/core/file_sys/romfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/romfs.h b/src/core/file_sys/romfs.h index 03a876d22..e54a7d7a9 100644 --- a/src/core/file_sys/romfs.h +++ b/src/core/file_sys/romfs.h | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include "common/common_funcs.h" | 8 | #include "common/common_funcs.h" |
| 9 | #include "common/common_types.h" | ||
| 9 | #include "common/swap.h" | 10 | #include "common/swap.h" |
| 10 | #include "core/file_sys/vfs.h" | 11 | #include "core/file_sys/vfs.h" |
| 11 | 12 | ||