unnecessary usings
This commit is contained in:
parent
180c9d8259
commit
3257b06f85
|
@ -1,8 +1,4 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BizHawk.Client.EmuHawk
|
||||
namespace BizHawk.Client.EmuHawk
|
||||
{
|
||||
public interface IToolForm
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue