From e1d952a3d77f288b2fd043580534f0fafa9f85b4 Mon Sep 17 00:00:00 2001 From: fearlessTobi Date: Sat, 9 Jun 2018 01:48:25 +0200 Subject: [PATCH] Fixup 3 --- Ryujinx.Core/OsHle/Services/Nfp/IUser.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ryujinx.Core/OsHle/Services/Nfp/IUser.cs b/Ryujinx.Core/OsHle/Services/Nfp/IUser.cs index 917d5697d6..2e9cd2dc13 100644 --- a/Ryujinx.Core/OsHle/Services/Nfp/IUser.cs +++ b/Ryujinx.Core/OsHle/Services/Nfp/IUser.cs @@ -1,9 +1,9 @@ -using Ryujinx.Core.Logging; -using Ryujinx.Core.OsHle.Ipc; -using System.Collections.Generic; -using Ryujinx.Core.Input; +using Ryujinx.Core.Input; +using Ryujinx.Core.Logging; using Ryujinx.Core.OsHle.Handles; +using Ryujinx.Core.OsHle.Ipc; using Ryujinx.Core.OsHle.Services.Hid; +using System.Collections.Generic; namespace Ryujinx.Core.OsHle.Services.Nfp {