From 24b0bdfb7d8a7580537c08a97a80e93af8057aa5 Mon Sep 17 00:00:00 2001 From: Jacobwasbeast Date: Mon, 2 Dec 2024 20:07:40 -0600 Subject: [PATCH] Removed unnecessary imports --- src/Ryujinx.HLE/HOS/Applets/Cabinet/CabinetApplet.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Ryujinx.HLE/HOS/Applets/Cabinet/CabinetApplet.cs b/src/Ryujinx.HLE/HOS/Applets/Cabinet/CabinetApplet.cs index 07c5dfa49..94f9edbe0 100644 --- a/src/Ryujinx.HLE/HOS/Applets/Cabinet/CabinetApplet.cs +++ b/src/Ryujinx.HLE/HOS/Applets/Cabinet/CabinetApplet.cs @@ -1,17 +1,14 @@ using Ryujinx.Common.Logging; using Ryujinx.Common.Memory; -using Ryujinx.HLE.HOS.Applets; using Ryujinx.HLE.HOS.Services.Am.AppletAE; using Ryujinx.HLE.HOS.Services.Hid.HidServer; using Ryujinx.HLE.HOS.Services.Hid; using Ryujinx.HLE.HOS.Services.Nfc.Nfp; using Ryujinx.HLE.HOS.Services.Nfc.Nfp.NfpManager; using System; -using System.IO; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text; -using LibHac; namespace Ryujinx.HLE.HOS.Applets.Cabinet {