From 951700fdd8f54fb34ffe8a3fb328a68b5bf37abe Mon Sep 17 00:00:00 2001 From: Nicholas Rodine Date: Thu, 18 Aug 2022 11:04:54 -0500 Subject: Removed unused usings. (#3593) * Removed unused usings. * Added back using, now that it's used. * Removed extra whitespace. --- Ryujinx.Graphics.GAL/HardwareInfo.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Ryujinx.Graphics.GAL/HardwareInfo.cs') diff --git a/Ryujinx.Graphics.GAL/HardwareInfo.cs b/Ryujinx.Graphics.GAL/HardwareInfo.cs index 0c247074..9baf1924 100644 --- a/Ryujinx.Graphics.GAL/HardwareInfo.cs +++ b/Ryujinx.Graphics.GAL/HardwareInfo.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace Ryujinx.Graphics.GAL +namespace Ryujinx.Graphics.GAL { public struct HardwareInfo { -- cgit v1.2.3