Removed unnecessary namespace imports

This commit is contained in:
Michael Becker 2014-12-01 14:00:05 -05:00
parent 759193698d
commit 80d16a1354
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
using System;
using System.Text;
using System.Collections.Generic;
using System.Diagnostics;

View File

@ -16,7 +16,6 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
using System;
using System.Diagnostics;
namespace UniversalEditor.IO
{