aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services
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.HLE/HOS/Services
parentb3a4662be15bd63d5b70cf4be21d79959e11ccfc (diff)
Remove unnecessary usings (#463)
* Remove unnecessary usings * Fix CastExpression while I'm at it
Diffstat (limited to 'Ryujinx.HLE/HOS/Services')
-rw-r--r--Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs1
-rw-r--r--Ryujinx.HLE/HOS/Services/Irs/IIrSensorServer.cs2
-rw-r--r--Ryujinx.HLE/HOS/Services/Mm/IRequest.cs1
3 files changed, 0 insertions, 4 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs b/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs
index 49bbbd5a..48a449cc 100644
--- a/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs
+++ b/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs
@@ -3,7 +3,6 @@ using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Services.Aud.AudioRenderer;
using Ryujinx.HLE.Utilities;
-using System;
using System.Collections.Generic;
using static Ryujinx.HLE.HOS.ErrorCode;
diff --git a/Ryujinx.HLE/HOS/Services/Irs/IIrSensorServer.cs b/Ryujinx.HLE/HOS/Services/Irs/IIrSensorServer.cs
index 254fdae4..155faea3 100644
--- a/Ryujinx.HLE/HOS/Services/Irs/IIrSensorServer.cs
+++ b/Ryujinx.HLE/HOS/Services/Irs/IIrSensorServer.cs
@@ -1,7 +1,5 @@
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Ipc;
-using Ryujinx.HLE.HOS.Kernel;
-using System;
using System.Collections.Generic;
namespace Ryujinx.HLE.HOS.Services.Irs
diff --git a/Ryujinx.HLE/HOS/Services/Mm/IRequest.cs b/Ryujinx.HLE/HOS/Services/Mm/IRequest.cs
index be2aa4e4..88cd57cf 100644
--- a/Ryujinx.HLE/HOS/Services/Mm/IRequest.cs
+++ b/Ryujinx.HLE/HOS/Services/Mm/IRequest.cs
@@ -1,6 +1,5 @@
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Ipc;
-using System;
using System.Collections.Generic;
namespace Ryujinx.HLE.HOS.Services.Mm