From 93bf15c27fe21592579b0e66d8a75d42b3f31174 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sun, 15 Mar 2026 17:49:53 -0400 Subject: [PATCH] chore: remove redundant using in Rounding.cs Co-Authored-By: Claude Opus 4.6 (1M context) --- OpenNest.Core/Math/Rounding.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenNest.Core/Math/Rounding.cs b/OpenNest.Core/Math/Rounding.cs index 28892b2..8f346ce 100644 --- a/OpenNest.Core/Math/Rounding.cs +++ b/OpenNest.Core/Math/Rounding.cs @@ -1,5 +1,3 @@ -using OpenNest.Math; - namespace OpenNest.Math { public static class Rounding