summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/common/device.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-09-11 05:58:18 +0200
committergerman77 <juangerman-13@hotmail.com>2023-09-11 06:18:25 +0200
commit27929d7ca2b5fffc8866941d08cda921d586c45d (patch)
tree34b87648144aeed0ceb14b51afbdfa976a2aa35e /src/core/hle/service/nfc/common/device.cpp
parentservice: mii: Move all raw data to it's file (diff)
downloadyuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.gz
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.bz2
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.lz
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.xz
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.zst
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfc/common/device.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/nfc/common/device.cpp b/src/core/hle/service/nfc/common/device.cpp
index 5df40f9a0..44ac8cc71 100644
--- a/src/core/hle/service/nfc/common/device.cpp
+++ b/src/core/hle/service/nfc/common/device.cpp
@@ -28,7 +28,6 @@
#include "core/hle/kernel/k_event.h"
#include "core/hle/service/ipc_helpers.h"
#include "core/hle/service/mii/mii_manager.h"
-#include "core/hle/service/mii/types.h"
#include "core/hle/service/nfc/common/amiibo_crypto.h"
#include "core/hle/service/nfc/common/device.h"
#include "core/hle/service/nfc/mifare_result.h"