Fix namespaces

This commit is contained in:
adelikat 2014-07-03 14:56:13 +00:00
parent 513cc5fdad
commit d5e2808944
7 changed files with 7 additions and 4 deletions

View File

@ -3,6 +3,7 @@ using System.Linq;
using System.IO;
using System.Reflection;
using BizHawk.Common;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Common.IEmulatorExtensions;
using BizHawk.Emulation.Cores.Nintendo.SNES;

View File

@ -4,6 +4,7 @@ using System.IO;
using System.Linq;
using System.Text;
using BizHawk.Common;
using BizHawk.Emulation.Common;
namespace BizHawk.Client.Common

View File

@ -2,7 +2,7 @@
using System.Globalization;
using System.Windows.Forms;
using BizHawk.Client.Common;
using BizHawk.Common;
namespace BizHawk.Client.EmuHawk
{

View File

@ -2,7 +2,7 @@
using System.Drawing;
using System.Windows.Forms;
using BizHawk.Client.Common;
using BizHawk.Common;
namespace BizHawk.Client.EmuHawk
{

View File

@ -9,6 +9,7 @@ using System.Reflection;
using System.Text;
using System.Windows.Forms;
using BizHawk.Common;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk

View File

@ -1,6 +1,6 @@
using System.Text;
namespace BizHawk.Client.Common
namespace BizHawk.Common
{
using System.Linq;

View File

@ -1,6 +1,6 @@
using System.Linq;
namespace BizHawk.Client.Common
namespace BizHawk.Common
{
// TODO: these classes are worthless or need to be extensions, decide which
public static class StringHelpers