diff --git a/DATabase/Import.cs b/DATabase/Import.cs index 88b6869e..f1855ee5 100644 --- a/DATabase/Import.cs +++ b/DATabase/Import.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Data.SQLite; using System.IO; using System.Text.RegularExpressions; diff --git a/DatSplit/DatSplit.cs b/DatSplit/DatSplit.cs index 2d515ebe..70537074 100644 --- a/DatSplit/DatSplit.cs +++ b/DatSplit/DatSplit.cs @@ -1,9 +1,7 @@ using System; -using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; -using System.Xml.Linq; using SabreTools.Helper; diff --git a/SingleGame/SingleGame.cs b/SingleGame/SingleGame.cs index b8b0487a..01109feb 100644 --- a/SingleGame/SingleGame.cs +++ b/SingleGame/SingleGame.cs @@ -1,11 +1,6 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Xml; -using System.Xml.Linq; using SabreTools.Helper;