aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/path_parser.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-21 16:15:15 -0500
committerGitHub <noreply@github.com>2018-01-21 16:15:15 -0500
commitab8525705bbd0ae62b567f301281ca516e7c5320 (patch)
tree88be854c845cb826366acca96e07ccc62cc96695 /src/core/file_sys/path_parser.h
parent4c07dde47241a092fd5e17919da6ff0f68d1061a (diff)
parent5035d18baaad5cee4cbc671710de472b9f25a920 (diff)
Merge pull request #123 from bunnei/fs
Initial implementation of RomFS filesystem and fsp-srv
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 {