Merge pull request #4564 from lioncash/file-include

file_sys: Replace inclusions with forward declarations where applicable
This commit is contained in:
bunnei
2020-09-02 23:06:38 -04:00
committed by GitHub
27 changed files with 66 additions and 37 deletions

View File

@ -26,6 +26,7 @@
#include "core/file_sys/vfs.h"
#include "core/file_sys/vfs_offset.h"
#include "core/file_sys/vfs_vector.h"
#include "core/loader/loader.h"
using Common::AsArray;