From 02a8e7fc9369d7882db08a69d108beefb0f98677 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 17 Oct 2018 14:55:10 -0300 Subject: Remove unnecessary usings (#463) * Remove unnecessary usings * Fix CastExpression while I'm at it --- Ryujinx.Tests.Unicorn/Native/ArmRegister.cs | 2 -- Ryujinx.Tests.Unicorn/Native/Interface.cs | 1 - Ryujinx.Tests.Unicorn/Native/UnicornArch.cs | 2 -- Ryujinx.Tests.Unicorn/Native/UnicornMode.cs | 2 -- 4 files changed, 7 deletions(-) (limited to 'Ryujinx.Tests.Unicorn/Native') diff --git a/Ryujinx.Tests.Unicorn/Native/ArmRegister.cs b/Ryujinx.Tests.Unicorn/Native/ArmRegister.cs index 3554480c..cf110598 100644 --- a/Ryujinx.Tests.Unicorn/Native/ArmRegister.cs +++ b/Ryujinx.Tests.Unicorn/Native/ArmRegister.cs @@ -1,5 +1,3 @@ -using System; - namespace Ryujinx.Tests.Unicorn.Native { public enum ArmRegister diff --git a/Ryujinx.Tests.Unicorn/Native/Interface.cs b/Ryujinx.Tests.Unicorn/Native/Interface.cs index a6563220..b2786d14 100644 --- a/Ryujinx.Tests.Unicorn/Native/Interface.cs +++ b/Ryujinx.Tests.Unicorn/Native/Interface.cs @@ -1,6 +1,5 @@ using System; using System.Runtime.InteropServices; -using Ryujinx.Tests.Unicorn; namespace Ryujinx.Tests.Unicorn.Native { diff --git a/Ryujinx.Tests.Unicorn/Native/UnicornArch.cs b/Ryujinx.Tests.Unicorn/Native/UnicornArch.cs index be088366..73710faa 100644 --- a/Ryujinx.Tests.Unicorn/Native/UnicornArch.cs +++ b/Ryujinx.Tests.Unicorn/Native/UnicornArch.cs @@ -1,5 +1,3 @@ -using System; - namespace Ryujinx.Tests.Unicorn.Native { public enum UnicornArch diff --git a/Ryujinx.Tests.Unicorn/Native/UnicornMode.cs b/Ryujinx.Tests.Unicorn/Native/UnicornMode.cs index 950583bd..a5040518 100644 --- a/Ryujinx.Tests.Unicorn/Native/UnicornMode.cs +++ b/Ryujinx.Tests.Unicorn/Native/UnicornMode.cs @@ -1,5 +1,3 @@ -using System; - namespace Ryujinx.Tests.Unicorn.Native { public enum UnicornMode -- cgit v1.2.3