Remove unused import

not sure why this wasn't being flagged earlier, probably to do w/ recent
$(RunAnalyzersDuringBuild) change
This commit is contained in:
YoshiRulz 2025-02-24 05:42:23 +10:00
parent d4adc8282c
commit 48f4a98a61
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#if !SKIP_PLATFORM_TESTS
using BizHawk.Common;
#endif
namespace BizHawk.Tests
{