diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-03-17 03:48:31 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-03-21 23:57:31 -0400 |
commit | aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582 (patch) | |
tree | 0ecc66cb856d215aafd7f18b94de553ffb3e400f /src/core/frontend | |
parent | e05e6853faf8563702963f384fb1486cda77c841 (diff) |
service: Move mii enums and structs into its own file
Moves these into types.h, since other files also make use of these types.
Diffstat (limited to 'src/core/frontend')
-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 { |