summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-03-23 05:56:42 +0100
committerGitHub <noreply@github.com>2022-03-23 05:56:42 +0100
commit749efbb84b67043fb3aa1ce7832bf798bf393b59 (patch)
treeb38842bf7cbba447224cfce4f16d4de6aac59e9f /src/core/hle/service/nfp/nfp.h
parentMerge pull request #8070 from yuzu-emu/revert-8016-kill-mem-use (diff)
parentapplets/mii: Remove unused include (diff)
downloadyuzu-749efbb84b67043fb3aa1ce7832bf798bf393b59.tar
yuzu-749efbb84b67043fb3aa1ce7832bf798bf393b59.tar.gz
yuzu-749efbb84b67043fb3aa1ce7832bf798bf393b59.tar.bz2
yuzu-749efbb84b67043fb3aa1ce7832bf798bf393b59.tar.lz
yuzu-749efbb84b67043fb3aa1ce7832bf798bf393b59.tar.xz
yuzu-749efbb84b67043fb3aa1ce7832bf798bf393b59.tar.zst
yuzu-749efbb84b67043fb3aa1ce7832bf798bf393b59.zip
Diffstat (limited to 'src/core/hle/service/nfp/nfp.h')
-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 {