diff options
| author | 2019-11-27 05:28:19 -0500 | |
|---|---|---|
| committer | 2019-11-27 05:29:52 -0500 | |
| commit | d66ab2b8aa6042672581064172ab1f2a5489461b (patch) | |
| tree | a21e47722a3eb61a8ea66be3a2fbb645b85abe5c /src/core/file_sys/romfs.cpp | |
| parent | filesys/romfs: Make ProcessFile and ProcessDirectory internally linked (diff) | |
| download | yuzu-d66ab2b8aa6042672581064172ab1f2a5489461b.tar.gz yuzu-d66ab2b8aa6042672581064172ab1f2a5489461b.tar.xz yuzu-d66ab2b8aa6042672581064172ab1f2a5489461b.zip | |
filesys/romfs: Remove unused includes
These inclusions aren't used at all within the public interface, so they
can be removed.
Diffstat (limited to 'src/core/file_sys/romfs.cpp')
| -rw-r--r-- | src/core/file_sys/romfs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/file_sys/romfs.cpp b/src/core/file_sys/romfs.cpp index 5f24bc5ae..c909d1ce4 100644 --- a/src/core/file_sys/romfs.cpp +++ b/src/core/file_sys/romfs.cpp | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <memory> | ||
| 6 | |||
| 5 | #include "common/common_types.h" | 7 | #include "common/common_types.h" |
| 6 | #include "common/swap.h" | 8 | #include "common/swap.h" |
| 7 | #include "core/file_sys/fsmitm_romfsbuild.h" | 9 | #include "core/file_sys/fsmitm_romfsbuild.h" |