summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-03-17 08:48:31 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2022-03-22 04:57:31 +0100
commitaa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582 (patch)
tree0ecc66cb856d215aafd7f18b94de553ffb3e400f /src/core/hle/service/nfp/nfp.h
parentapplets: Rename Mii to MiiEdit (diff)
downloadyuzu-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 '')
-rw-r--r--src/core/hle/service/nfp/nfp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nfp/nfp.h b/src/core/hle/service/nfp/nfp.h
index 022f13b29..ab652f635 100644
--- a/src/core/hle/service/nfp/nfp.h
+++ b/src/core/hle/service/nfp/nfp.h
@@ -9,7 +9,7 @@
#include "common/common_funcs.h"
#include "core/hle/service/kernel_helpers.h"
-#include "core/hle/service/mii/mii_manager.h"
+#include "core/hle/service/mii/types.h"
#include "core/hle/service/service.h"
namespace Kernel {