diff --git a/Ryujinx.HLE/OsHle/Services/Bcat/IServiceCreator.cs b/Ryujinx.HLE/OsHle/Services/Bcat/IServiceCreator.cs index 35376b6b28..cc1fc6f8c8 100644 --- a/Ryujinx.HLE/OsHle/Services/Bcat/IServiceCreator.cs +++ b/Ryujinx.HLE/OsHle/Services/Bcat/IServiceCreator.cs @@ -1,6 +1,3 @@ -using ChocolArm64.Memory; -using Ryujinx.HLE.Logging; -using Ryujinx.HLE.OsHle.Handles; using Ryujinx.HLE.OsHle.Ipc; using System.Collections.Generic;