From b15615dd02d66f976d722f30f13873b931ad79c7 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 12 Mar 2024 23:21:43 -0400 Subject: [PATCH] Remove accidentally added using statement --- SabreTools.DatFiles/ItemDictionary.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SabreTools.DatFiles/ItemDictionary.cs b/SabreTools.DatFiles/ItemDictionary.cs index c3cc099c..fca04aa5 100644 --- a/SabreTools.DatFiles/ItemDictionary.cs +++ b/SabreTools.DatFiles/ItemDictionary.cs @@ -4,7 +4,6 @@ using System.Collections.Concurrent; #endif using System.Collections.Generic; using System.Linq; -using System.Runtime.InteropServices; #if NET40_OR_GREATER || NETCOREAPP using System.Threading.Tasks; #endif