unnecessary usings

This commit is contained in:
adelikat 2016-02-16 19:57:57 -05:00
parent 180c9d8259
commit 3257b06f85
2 changed files with 2 additions and 12 deletions

View File

@ -1,8 +1,4 @@
using System;
using System.Linq;
using System.Collections.Generic;
namespace BizHawk.Client.EmuHawk
namespace BizHawk.Client.EmuHawk
{
public interface IToolForm
{

View File

@ -1,10 +1,4 @@
using BizHawk.Client.EmuHawk;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BizHawk.Client.EmuHawk
namespace BizHawk.Client.EmuHawk
{
/// <summary>
/// toolform that takes automatic common configuration infrastructure