aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/path_parser.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-19 22:34:48 -0500
committerbunnei <bunneidev@gmail.com>2018-01-21 15:39:26 -0500
commit00851a5ef442947c4237f32e063c37e7751db3ed (patch)
treefbdd26c6239a74a89da198f5f807cee81055e0fb /src/core/file_sys/path_parser.h
parent1c06c918af30e4f431920c6197128524b2caee14 (diff)
file_sys: Cleanup to better match Switch file system constructs.
file_sys: Add factory class for RomFS file system.
Diffstat (limited to 'src/core/file_sys/path_parser.h')
-rw-r--r--src/core/file_sys/path_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/path_parser.h b/src/core/file_sys/path_parser.h
index b9f52f65d..184f59d55 100644
--- a/src/core/file_sys/path_parser.h
+++ b/src/core/file_sys/path_parser.h
@@ -6,7 +6,7 @@
#include <string>
#include <vector>
-#include "core/file_sys/archive_backend.h"
+#include "core/file_sys/filesystem.h"
namespace FileSys {