Skip to content

Commit

Permalink
Removed unnecessary using statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
tslater2006 committed Jan 11, 2016
1 parent bce243e commit 6666b78
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 66 deletions.
2 changes: 0 additions & 2 deletions Trace Wizard/Data/ExecutionCall.cs
Expand Up @@ -26,8 +26,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace TraceWizard.Data
{
Expand Down
4 changes: 0 additions & 4 deletions Trace Wizard/Data/PPCException.cs
Expand Up @@ -24,10 +24,6 @@
#endregion

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace TraceWizard.Data
{
Expand Down
4 changes: 0 additions & 4 deletions Trace Wizard/Data/SQLByFrom.cs
Expand Up @@ -24,10 +24,6 @@
#endregion

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace TraceWizard.Data
{
Expand Down
4 changes: 0 additions & 4 deletions Trace Wizard/Data/SQLByWhere.cs
Expand Up @@ -24,10 +24,6 @@
#endregion

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace TraceWizard.Data
{
Expand Down
3 changes: 0 additions & 3 deletions Trace Wizard/Data/SQLStatement.cs
Expand Up @@ -25,11 +25,8 @@

using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;

namespace TraceWizard.Data
{
Expand Down
3 changes: 0 additions & 3 deletions Trace Wizard/Data/StackTraceEntry.cs
Expand Up @@ -25,9 +25,6 @@

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace TraceWizard.Data
{
Expand Down
4 changes: 0 additions & 4 deletions Trace Wizard/Data/StatisticItem.cs
Expand Up @@ -24,10 +24,6 @@
#endregion

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace TraceWizard.Data
{
Expand Down
5 changes: 0 additions & 5 deletions Trace Wizard/Data/TraceData.cs
Expand Up @@ -24,12 +24,7 @@
#endregion

using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;

namespace TraceWizard.Data
{
Expand Down
3 changes: 0 additions & 3 deletions Trace Wizard/Processors/ExecutionPathProcessor.cs
Expand Up @@ -25,11 +25,8 @@

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using TraceWizard.Data;

namespace TraceWizard.Processors
Expand Down
5 changes: 0 additions & 5 deletions Trace Wizard/Processors/ITraceProcessor.cs
Expand Up @@ -23,11 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE.
#endregion

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TraceWizard.Data;

namespace TraceWizard.Processors
Expand Down
2 changes: 0 additions & 2 deletions Trace Wizard/Processors/SQLProcessor.cs
Expand Up @@ -26,9 +26,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using TraceWizard.Data;

namespace TraceWizard.Processors
Expand Down
4 changes: 0 additions & 4 deletions Trace Wizard/Processors/StackTraceProcessor.cs
Expand Up @@ -23,12 +23,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
#endregion

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using TraceWizard.Data;

namespace TraceWizard.Processors
Expand Down
3 changes: 0 additions & 3 deletions Trace Wizard/Processors/TraceProcessor.cs
Expand Up @@ -23,13 +23,10 @@
// OTHER DEALINGS IN THE SOFTWARE.
#endregion

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TraceWizard.Data;

namespace TraceWizard.Processors
Expand Down
5 changes: 0 additions & 5 deletions Trace Wizard/UI/AboutBox.cs
Expand Up @@ -24,12 +24,7 @@
#endregion

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace TraceWizard
Expand Down
4 changes: 0 additions & 4 deletions Trace Wizard/UI/MainForm.cs
Expand Up @@ -30,12 +30,8 @@
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using TraceWizard.Data;
using TraceWizard.Processors;
Expand Down
2 changes: 0 additions & 2 deletions Trace Wizard/UI/SQLViewer.cs
Expand Up @@ -27,10 +27,8 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using TraceWizard.Data;

Expand Down
6 changes: 0 additions & 6 deletions Trace Wizard/UI/SettingsForm.cs
Expand Up @@ -24,13 +24,7 @@
#endregion

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace TraceWizard.UI
Expand Down
3 changes: 0 additions & 3 deletions Trace Wizard/UI/UIBuilder.cs
Expand Up @@ -23,11 +23,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
#endregion

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using TraceWizard.Data;

Expand Down

0 comments on commit 6666b78

Please sign in to comment.