file_sys: Replace includes with forward declarations where applicable

Cuts down on include dependencies, resulting in less files that need to
be rebuilt when certain things are changed.
This commit is contained in:
Lioncash 2018-09-03 21:58:19 -04:00
parent 1c5636e690
commit a813c10e1c
22 changed files with 64 additions and 27 deletions

View file

@ -6,6 +6,7 @@
#include <array>
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"
#include "core/file_sys/vfs.h"