From 26d9026907866d5320f5744eb284407b671a3f33 Mon Sep 17 00:00:00 2001 From: wheremyfoodat Date: Tue, 21 Mar 2023 19:49:46 +0200 Subject: [PATCH] [NCCH] Move from ..hpp (oops) to .hpp for the country list file --- include/fs/{country_list..hpp => country_list.hpp} | 0 src/core/fs/archive_ncch.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename include/fs/{country_list..hpp => country_list.hpp} (100%) diff --git a/include/fs/country_list..hpp b/include/fs/country_list.hpp similarity index 100% rename from include/fs/country_list..hpp rename to include/fs/country_list.hpp diff --git a/src/core/fs/archive_ncch.cpp b/src/core/fs/archive_ncch.cpp index 42ec33cf..f3b1ba5c 100644 --- a/src/core/fs/archive_ncch.cpp +++ b/src/core/fs/archive_ncch.cpp @@ -1,6 +1,6 @@ #include "fs/archive_ncch.hpp" #include "fs/bad_word_list.hpp" -#include "fs/country_list..hpp" +#include "fs/country_list.hpp" #include "fs/mii_data.hpp" #include #include