aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests.Unicorn/Native
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-10-17 14:55:10 -0300
committerGitHub <noreply@github.com>2018-10-17 14:55:10 -0300
commit02a8e7fc9369d7882db08a69d108beefb0f98677 (patch)
tree6f0e76cdb6c87e2bd7ad4018a67a657a88cbc2a7 /Ryujinx.Tests.Unicorn/Native
parentb3a4662be15bd63d5b70cf4be21d79959e11ccfc (diff)
Remove unnecessary usings (#463)
* Remove unnecessary usings * Fix CastExpression while I'm at it
Diffstat (limited to 'Ryujinx.Tests.Unicorn/Native')
-rw-r--r--Ryujinx.Tests.Unicorn/Native/ArmRegister.cs2
-rw-r--r--Ryujinx.Tests.Unicorn/Native/Interface.cs1
-rw-r--r--Ryujinx.Tests.Unicorn/Native/UnicornArch.cs2
-rw-r--r--Ryujinx.Tests.Unicorn/Native/UnicornMode.cs2
4 files changed, 0 insertions, 7 deletions
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