From 31690354f8b8fc8cc2652c20628b54330616d115 Mon Sep 17 00:00:00 2001 From: Samuele Lorefice Date: Thu, 23 Jan 2025 16:20:01 +0100 Subject: [PATCH] Cleaned up usings --- CodeGenerator/Program.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CodeGenerator/Program.cs b/CodeGenerator/Program.cs index 24253ea..7de912b 100644 --- a/CodeGenerator/Program.cs +++ b/CodeGenerator/Program.cs @@ -2,16 +2,10 @@ using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; -using System.Globalization; using System.IO; using System.Linq; -using System.Reflection; -using System.Reflection.Emit; using System.Text; using Kaitai; -using Microsoft.CodeAnalysis; -using Microsoft.CodeAnalysis.CSharp; -using Microsoft.CodeAnalysis.Text; using Microsoft.CSharp; using BlendFile = Kaitai.BlenderBlend;