Applied Barlog's refactoring patch for using directives.

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -5,14 +5,8 @@
#endregion #endregion
using System; 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.Diagnostics;
using System.Security;
namespace Bind namespace Bind
{ {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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