aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs')
-rw-r--r--Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs b/Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs
index 8c344293..34231e61 100644
--- a/Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs
+++ b/Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs
@@ -1,8 +1,8 @@
-using System;
-using System.Diagnostics;
-using Ryujinx.Audio.Renderer.Dsp.Effect;
+using Ryujinx.Audio.Renderer.Dsp.Effect;
using Ryujinx.Audio.Renderer.Dsp.State;
using Ryujinx.Audio.Renderer.Parameter.Effect;
+using System;
+using System.Diagnostics;
namespace Ryujinx.Audio.Renderer.Dsp.Command
{