aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfc/common/device.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-09-10 21:58:18 -0600
committergerman77 <juangerman-13@hotmail.com>2023-09-10 22:18:25 -0600
commit27929d7ca2b5fffc8866941d08cda921d586c45d (patch)
tree34b87648144aeed0ceb14b51afbdfa976a2aa35e /src/core/hle/service/nfc/common/device.cpp
parent63b239f5c6610bb1d3a31affce413951dd805e58 (diff)
service: mii: separate mii types into their own file
Diffstat (limited to 'src/core/hle/service/nfc/common/device.cpp')
-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"