chore: Remove unused using statements

Cleanup of unnecessary imports across the codebase.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
aj
2026-01-30 08:08:49 -05:00
co-authored by Claude Opus 4.5
parent 410b4ba550
commit 04494a6744
18 changed files with 16 additions and 68 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
using System.Collections.Generic;
namespace CutList.Core.Nesting
namespace CutList.Core.Nesting
{
public interface IEngine
{