[NCCH] Move from ..hpp (oops) to .hpp for the country list file

This commit is contained in:
wheremyfoodat 2023-03-21 19:49:46 +02:00
parent a573036f6b
commit 26d9026907
2 changed files with 1 additions and 1 deletions

View file

@ -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 <algorithm>
#include <memory>