1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 04:05:40 +00:00

Remove unused using directive

This commit is contained in:
Oliver Booth 2022-11-29 16:18:38 +00:00
parent 3c5cecf3ff
commit 0aeb6ff46d
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -1,5 +1,4 @@
using System.Diagnostics.Contracts;
using System.Numerics;
using System.Runtime.CompilerServices;
namespace X10D.Numerics;