From 0aeb6ff46d93f21db97458b7c5a8528099771263 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 29 Nov 2022 16:18:38 +0000 Subject: [PATCH] Remove unused using directive --- X10D/src/Numerics/UInt16Extensions.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/X10D/src/Numerics/UInt16Extensions.cs b/X10D/src/Numerics/UInt16Extensions.cs index c79965b..f28e318 100644 --- a/X10D/src/Numerics/UInt16Extensions.cs +++ b/X10D/src/Numerics/UInt16Extensions.cs @@ -1,5 +1,4 @@ using System.Diagnostics.Contracts; -using System.Numerics; using System.Runtime.CompilerServices; namespace X10D.Numerics;