diff --git a/Ryujinx.HLE/OsHle/Services/Bcat/IBcatService.cs b/Ryujinx.HLE/OsHle/Services/Bcat/IBcatService.cs index 0822f3e833..4fbdd610f2 100644 --- a/Ryujinx.HLE/OsHle/Services/Bcat/IBcatService.cs +++ b/Ryujinx.HLE/OsHle/Services/Bcat/IBcatService.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; @@ -21,4 +18,4 @@ namespace Ryujinx.HLE.OsHle.Services.Bcat } } -} \ No newline at end of file +}