Applied Barlog's refactoring patch for using directives.

This commit is contained in:
the_fiddler 2009-08-17 12:28:22 +00:00
parent f37c2fbc4f
commit fb1ba33352
21 changed files with 9 additions and 58 deletions

View file

@ -5,10 +5,7 @@
#endregion
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using Bind.Structures;
using System.Text.RegularExpressions;
namespace Bind

View file

@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Xml;
using System.Xml.XPath;
using Bind.Structures;

View file

@ -1,11 +1,8 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using System.IO;
using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Xsl;
using System.Xml.XPath;
namespace Bind
{

View file

@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Xml;
using System.Xml.XPath;
using Bind.Structures;

View file

@ -6,12 +6,11 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using Bind.Structures;
using System.Diagnostics;
using System.IO;
using System.Text.RegularExpressions;
using System.Xml.XPath;
using Bind.Structures;
namespace Bind.GL2
{

View file

@ -4,11 +4,7 @@
*/
#endregion
using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
using System.IO;
namespace Bind.Glu
{

View file

@ -4,9 +4,6 @@
*/
#endregion
using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
namespace Bind.Glx

View file

@ -4,10 +4,6 @@
*/
#endregion
using System;
using System.Collections.Generic;
using System.Text;
namespace Bind
{
interface IBind : ISpecReader, ISpecWriter

View file

@ -4,9 +4,7 @@
*/
#endregion
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace Bind

View file

@ -4,10 +4,7 @@
*/
#endregion
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using Bind.Structures;
namespace Bind

View file

@ -5,14 +5,8 @@
#endregion
using System;
using System.Text;
using System.IO;
using System.Security;
using System.Security.Permissions;
using System.Threading;
using System.Collections.Generic;
using System.CodeDom;
using System.Diagnostics;
using System.Security;
namespace Bind
{

View file

@ -5,8 +5,6 @@
#endregion
using System;
using System.Collections.Generic;
using System.Text;
namespace Bind
{

View file

@ -5,7 +5,6 @@
#endregion
using System;
using System.Collections.Generic;
using System.Text;
namespace Bind.Structures

View file

@ -6,13 +6,11 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Diagnostics;
using System.IO;
using System.Xml;
using System.Xml.XPath;
using System.Text;
using System.Text.RegularExpressions;
using System.Xml.XPath;
namespace Bind.Structures
{

View file

@ -6,9 +6,8 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Globalization;
using System.Text;
using System.Xml.XPath;
namespace Bind.Structures

View file

@ -25,8 +25,6 @@
//
#endregion
using System;
namespace Bind.Structures
{
/// <summary>

View file

@ -8,7 +8,6 @@ using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using System.Diagnostics;
namespace Bind.Structures
{

View file

@ -6,8 +6,8 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Text;
using System.Xml.XPath;
namespace Bind.Structures

View file

@ -6,7 +6,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Xml.XPath;

View file

@ -6,10 +6,9 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using Bind.Structures;
using System.Text.RegularExpressions;
using Bind.Structures;
namespace Bind
{

View file

@ -4,12 +4,7 @@
*/
#endregion
using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
using System.Text.RegularExpressions;
using Bind.Structures;
namespace Bind.Wgl
{