Merge pull request #1235 from lioncash/forward-decl

file_sys: Replace includes with forward declarations where applicable
This commit is contained in:
bunnei 2018-09-04 11:51:54 -04:00 committed by GitHub
commit 8ec1e16867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 64 additions and 27 deletions

View file

@ -5,7 +5,9 @@
#include "common/common_paths.h"
#include "common/file_util.h"
#include "core/core.h"
#include "core/file_sys/bis_factory.h"
#include "core/file_sys/content_archive.h"
#include "core/file_sys/nca_metadata.h"
#include "core/file_sys/registered_cache.h"
#include "core/file_sys/romfs.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/service/filesystem/filesystem.h"