I'm picky about namespaces
This commit is contained in:
parent
da3f9db018
commit
d047e1f45c
|
@ -16,7 +16,6 @@ using BizHawk.Emulation.Cores.Sega.MasterSystem;
|
|||
using BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES;
|
||||
|
||||
using BizHawk.Client.Common;
|
||||
using BizHawk.Client.EmuHawk.config.NES;
|
||||
|
||||
using BizHawk.Client.EmuHawk.CustomControls;
|
||||
using BizHawk.Client.EmuHawk.WinFormExtensions;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace BizHawk.Client.EmuHawk.config.NES
|
||||
namespace BizHawk.Client.EmuHawk
|
||||
{
|
||||
partial class QuickNesConfig
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@ using BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES;
|
|||
using BizHawk.Client.Common;
|
||||
using BizHawk.Common;
|
||||
|
||||
namespace BizHawk.Client.EmuHawk.config.NES
|
||||
namespace BizHawk.Client.EmuHawk
|
||||
{
|
||||
public partial class QuickNesConfig : Form
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue