remove useless .tools namespace and references to it

This commit is contained in:
adelikat 2013-10-28 13:54:20 +00:00
parent 38d9248742
commit 620070fdb6
4 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
using System;
using System.Windows.Forms;
namespace BizHawk.MultiClient.tools
namespace BizHawk.MultiClient
{
class LuaButton : Button
{

View File

@ -2,7 +2,7 @@
using System.Linq;
using System.Windows.Forms;
using System.Text;
using BizHawk.MultiClient.tools;
using BizHawk.MultiClient;
namespace BizHawk.MultiClient
{

View File

@ -12,8 +12,6 @@ using BizHawk.Client.Common;
using BizHawk.Emulation.Consoles.Nintendo;
using System.Text;
using BizHawk.MultiClient.tools; //TODO: remove me, this is not an intended namespace
namespace BizHawk.MultiClient
{
public class LuaImplementation

View File

@ -2,7 +2,7 @@
using BizHawk.Client.Common;
namespace BizHawk.MultiClient.tools
namespace BizHawk.MultiClient
{
enum BoxType { ALL, SIGNED, UNSIGNED, HEX };
class LuaTextBox : TextBox