summaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2018-08-21 18:00:28 -0400
committerGravatar GitHub2018-08-21 18:00:28 -0400
commitac68c8a60529fede551378fe03e527930b998c71 (patch)
tree645ea9745ee8f255dedd14166f7801bba4995f1d /src/core/file_sys/vfs.cpp
parentMerge pull request #1146 from lioncash/am (diff)
parentvfs: Replace mode.h include with forward declarations where applicable (diff)
downloadyuzu-ac68c8a60529fede551378fe03e527930b998c71.tar.gz
yuzu-ac68c8a60529fede551378fe03e527930b998c71.tar.xz
yuzu-ac68c8a60529fede551378fe03e527930b998c71.zip
Merge pull request #1145 from lioncash/fwd-decl
vfs: Replace mode.h include with forward declarations where applicable
Diffstat (limited to 'src/core/file_sys/vfs.cpp')
-rw-r--r--src/core/file_sys/vfs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/vfs.cpp b/src/core/file_sys/vfs.cpp
index a5ec50b1a..b915b4c11 100644
--- a/src/core/file_sys/vfs.cpp
+++ b/src/core/file_sys/vfs.cpp
@@ -8,6 +8,7 @@
8#include "common/common_paths.h" 8#include "common/common_paths.h"
9#include "common/file_util.h" 9#include "common/file_util.h"
10#include "common/logging/backend.h" 10#include "common/logging/backend.h"
11#include "core/file_sys/mode.h"
11#include "core/file_sys/vfs.h" 12#include "core/file_sys/vfs.h"
12 13
13namespace FileSys { 14namespace FileSys {