1
0
Fork 0
forked from eden-emu/eden

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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
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;