vfs: Replace mode.h include with forward declarations where applicable

Avoids the need to rebuild these source files if the mode header
changes.
This commit is contained in:
Lioncash 2018-08-21 10:48:24 -04:00
parent c95c4442e9
commit 29ac15d1b8
5 changed files with 7 additions and 4 deletions

View file

@ -8,6 +8,7 @@
#include "common/common_paths.h"
#include "common/file_util.h"
#include "common/logging/backend.h"
#include "core/file_sys/mode.h"
#include "core/file_sys/vfs.h"
namespace FileSys {