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
commit 57e43682ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 66 additions and 37 deletions

View file

@ -5,6 +5,7 @@
#include "common/logging/log.h"
#include "core/file_sys/control_metadata.h"
#include "core/file_sys/patch_manager.h"
#include "core/file_sys/vfs.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/hle_ipc.h"
#include "core/hle/service/ns/errors.h"