From f968141ee7e543ec05d7455effd76539a834ec06 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 6 Apr 2016 00:45:57 -0700 Subject: [PATCH] Clean up references --- DATabase/Import.cs | 1 - DatSplit/DatSplit.cs | 2 -- SingleGame/SingleGame.cs | 5 ----- 3 files changed, 8 deletions(-) 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;