From 29ac15d1b8501a7c1f710423d777c0ebf703f24a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 21 Aug 2018 10:48:24 -0400 Subject: vfs: Replace mode.h include with forward declarations where applicable Avoids the need to rebuild these source files if the mode header changes. --- src/core/hle/service/filesystem/fsp_srv.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/filesystem/fsp_srv.cpp') diff --git a/src/core/hle/service/filesystem/fsp_srv.cpp b/src/core/hle/service/filesystem/fsp_srv.cpp index 8ece74d7e..5759299fe 100644 --- a/src/core/hle/service/filesystem/fsp_srv.cpp +++ b/src/core/hle/service/filesystem/fsp_srv.cpp @@ -15,6 +15,7 @@ #include "common/string_util.h" #include "core/file_sys/directory.h" #include "core/file_sys/errors.h" +#include "core/file_sys/mode.h" #include "core/file_sys/nca_metadata.h" #include "core/file_sys/savedata_factory.h" #include "core/file_sys/vfs.h" -- cgit v1.2.3