Remove unnecessary usings

This commit is contained in:
gdkchan 2018-03-02 15:27:30 -03:00
commit 331c355313
3 changed files with 1 additions and 12 deletions

View file

@ -1,11 +1,3 @@
using ChocolArm64.Memory;
using ChocolArm64.State;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Reflection;
using System.Reflection.Emit;
namespace ChocolArm64 namespace ChocolArm64
{ {
enum ATranslatedSubType enum ATranslatedSubType

View file

@ -7,7 +7,6 @@ using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Collections.Generic; using System.Collections.Generic;
using System.Reflection.Emit; using System.Reflection.Emit;
using System.Runtime.CompilerServices;
using System.Threading; using System.Threading;
namespace ChocolArm64 namespace ChocolArm64

View file

@ -1,6 +1,4 @@
using ChocolArm64.Memory; using Ryujinx.Core.OsHle.Ipc;
using Ryujinx.Core.OsHle.Ipc;
using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace Ryujinx.Core.OsHle.IpcServices.Set namespace Ryujinx.Core.OsHle.IpcServices.Set