aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/SystemInterop/StdErrAdapter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/SystemInterop/StdErrAdapter.cs')
-rw-r--r--Ryujinx.Common/SystemInterop/StdErrAdapter.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Common/SystemInterop/StdErrAdapter.cs b/Ryujinx.Common/SystemInterop/StdErrAdapter.cs
index 12e240ad..efb14218 100644
--- a/Ryujinx.Common/SystemInterop/StdErrAdapter.cs
+++ b/Ryujinx.Common/SystemInterop/StdErrAdapter.cs
@@ -1,9 +1,9 @@
+using Ryujinx.Common.Logging;
using System;
using System.IO;
+using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using System.Threading;
-using Ryujinx.Common.Logging;
-using System.Runtime.InteropServices;
namespace Ryujinx.Common.SystemInterop
{