diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-03-17 08:48:31 +0100 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-03-22 04:57:31 +0100 |
commit | aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582 (patch) | |
tree | 0ecc66cb856d215aafd7f18b94de553ffb3e400f /src/core/frontend/applets/mii_edit.h | |
parent | applets: Rename Mii to MiiEdit (diff) | |
download | yuzu-aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582.tar yuzu-aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582.tar.gz yuzu-aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582.tar.bz2 yuzu-aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582.tar.lz yuzu-aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582.tar.xz yuzu-aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582.tar.zst yuzu-aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582.zip |
Diffstat (limited to 'src/core/frontend/applets/mii_edit.h')
-rw-r--r-- | src/core/frontend/applets/mii_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/applets/mii_edit.h b/src/core/frontend/applets/mii_edit.h index 0d5bb69a2..247ccd461 100644 --- a/src/core/frontend/applets/mii_edit.h +++ b/src/core/frontend/applets/mii_edit.h @@ -6,7 +6,7 @@ #include <functional> -#include "core/hle/service/mii/mii_manager.h" +#include "core/hle/service/mii/types.h" namespace Core::Frontend { |