fix some usings

This commit is contained in:
CasualPokePlayer 2023-10-22 19:28:23 -07:00
parent 8941bac1ce
commit ee7fc95fac
3 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,5 @@
#nullable enable
using System;
using System.Collections.Generic;
using BizHawk.Client.Common;

View File

@ -1,6 +1,5 @@
#nullable enable
using System;
using System.Runtime.InteropServices;
namespace BizHawk.Common

View File

@ -1,11 +1,10 @@
using System;
using System.IO;
using System.Runtime.InteropServices;
using Newtonsoft.Json;
using BizHawk.Common;
using BizHawk.Emulation.Common;
using System.Runtime.InteropServices;
using BizHawk.Common.IOExtensions;
namespace BizHawk.Emulation.Cores.WonderSwan
{