From b36f4aa4efe97a1e15ca878ab9e6fb3fc1a55357 Mon Sep 17 00:00:00 2001 From: James Groom Date: Sat, 18 Nov 2023 03:30:27 +1000 Subject: [PATCH] Remove unused imports --- src/BizHawk.Client.Common/CoreFileProvider.cs | 2 +- src/BizHawk.Client.EmuHawk/tools/Lua/LuaLibraries.cs | 1 - src/BizHawk.Common/Extensions/PathExtensions.cs | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/BizHawk.Client.Common/CoreFileProvider.cs b/src/BizHawk.Client.Common/CoreFileProvider.cs index 729e60347d..c9b9e200eb 100644 --- a/src/BizHawk.Client.Common/CoreFileProvider.cs +++ b/src/BizHawk.Client.Common/CoreFileProvider.cs @@ -1,7 +1,7 @@ #nullable enable using System.Collections.Generic; -using System.IO; + using BizHawk.Common.PathExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaLibraries.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaLibraries.cs index 1fb68efd51..8311f012a0 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaLibraries.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaLibraries.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.ComponentModel; -using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Common/Extensions/PathExtensions.cs b/src/BizHawk.Common/Extensions/PathExtensions.cs index cb88b7ea3f..efe6d498df 100644 --- a/src/BizHawk.Common/Extensions/PathExtensions.cs +++ b/src/BizHawk.Common/Extensions/PathExtensions.cs @@ -1,5 +1,4 @@ using System; -using System.Text; using System.IO; using System.Reflection;