summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/romfs_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/filesystem/romfs_controller.h')
-rw-r--r--src/core/hle/service/filesystem/romfs_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/filesystem/romfs_controller.h b/src/core/hle/service/filesystem/romfs_controller.h
index 9a478f71d..3c3ead344 100644
--- a/src/core/hle/service/filesystem/romfs_controller.h
+++ b/src/core/hle/service/filesystem/romfs_controller.h
@@ -5,7 +5,7 @@
#include "core/file_sys/nca_metadata.h"
#include "core/file_sys/romfs_factory.h"
-#include "core/file_sys/vfs_types.h"
+#include "core/file_sys/vfs/vfs_types.h"
namespace Service::FileSystem {