From ceb4f332c9ebd33be781205fc6411cdef38a0b0e Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Wed, 18 Jul 2018 01:19:40 +0200 Subject: [PATCH] delete unneeded using --- Ryujinx.HLE/OsHle/Services/Bcat/IBcatService.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 +}