diff --git a/Trace Wizard/Data/ExecutionCall.cs b/Trace Wizard/Data/ExecutionCall.cs index 615b6e9..ec68968 100644 --- a/Trace Wizard/Data/ExecutionCall.cs +++ b/Trace Wizard/Data/ExecutionCall.cs @@ -26,8 +26,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace TraceWizard.Data { diff --git a/Trace Wizard/Data/PPCException.cs b/Trace Wizard/Data/PPCException.cs index c12a63d..c9b29f8 100644 --- a/Trace Wizard/Data/PPCException.cs +++ b/Trace Wizard/Data/PPCException.cs @@ -24,10 +24,6 @@ #endregion using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace TraceWizard.Data { diff --git a/Trace Wizard/Data/SQLByFrom.cs b/Trace Wizard/Data/SQLByFrom.cs index beac754..ca554f2 100644 --- a/Trace Wizard/Data/SQLByFrom.cs +++ b/Trace Wizard/Data/SQLByFrom.cs @@ -24,10 +24,6 @@ #endregion using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace TraceWizard.Data { diff --git a/Trace Wizard/Data/SQLByWhere.cs b/Trace Wizard/Data/SQLByWhere.cs index 3208364..cc5a923 100644 --- a/Trace Wizard/Data/SQLByWhere.cs +++ b/Trace Wizard/Data/SQLByWhere.cs @@ -24,10 +24,6 @@ #endregion using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace TraceWizard.Data { diff --git a/Trace Wizard/Data/SQLStatement.cs b/Trace Wizard/Data/SQLStatement.cs index df5b653..4eb0377 100644 --- a/Trace Wizard/Data/SQLStatement.cs +++ b/Trace Wizard/Data/SQLStatement.cs @@ -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 { diff --git a/Trace Wizard/Data/StackTraceEntry.cs b/Trace Wizard/Data/StackTraceEntry.cs index cba3673..c41a3a0 100644 --- a/Trace Wizard/Data/StackTraceEntry.cs +++ b/Trace Wizard/Data/StackTraceEntry.cs @@ -25,9 +25,6 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace TraceWizard.Data { diff --git a/Trace Wizard/Data/StatisticItem.cs b/Trace Wizard/Data/StatisticItem.cs index cfd4c32..125914d 100644 --- a/Trace Wizard/Data/StatisticItem.cs +++ b/Trace Wizard/Data/StatisticItem.cs @@ -24,10 +24,6 @@ #endregion using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace TraceWizard.Data { diff --git a/Trace Wizard/Data/TraceData.cs b/Trace Wizard/Data/TraceData.cs index cb0c456..d47a623 100644 --- a/Trace Wizard/Data/TraceData.cs +++ b/Trace Wizard/Data/TraceData.cs @@ -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 { diff --git a/Trace Wizard/Processors/ExecutionPathProcessor.cs b/Trace Wizard/Processors/ExecutionPathProcessor.cs index 9682888..7a888f0 100644 --- a/Trace Wizard/Processors/ExecutionPathProcessor.cs +++ b/Trace Wizard/Processors/ExecutionPathProcessor.cs @@ -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 diff --git a/Trace Wizard/Processors/ITraceProcessor.cs b/Trace Wizard/Processors/ITraceProcessor.cs index 42dc31b..d9c4b32 100644 --- a/Trace Wizard/Processors/ITraceProcessor.cs +++ b/Trace Wizard/Processors/ITraceProcessor.cs @@ -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 diff --git a/Trace Wizard/Processors/SQLProcessor.cs b/Trace Wizard/Processors/SQLProcessor.cs index 1cafadc..ee523a1 100644 --- a/Trace Wizard/Processors/SQLProcessor.cs +++ b/Trace Wizard/Processors/SQLProcessor.cs @@ -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 diff --git a/Trace Wizard/Processors/StackTraceProcessor.cs b/Trace Wizard/Processors/StackTraceProcessor.cs index 8c4697d..3fb4741 100644 --- a/Trace Wizard/Processors/StackTraceProcessor.cs +++ b/Trace Wizard/Processors/StackTraceProcessor.cs @@ -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 diff --git a/Trace Wizard/Processors/TraceProcessor.cs b/Trace Wizard/Processors/TraceProcessor.cs index 03624f4..c85d38c 100644 --- a/Trace Wizard/Processors/TraceProcessor.cs +++ b/Trace Wizard/Processors/TraceProcessor.cs @@ -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 diff --git a/Trace Wizard/UI/AboutBox.cs b/Trace Wizard/UI/AboutBox.cs index 7700e0e..04918fc 100644 --- a/Trace Wizard/UI/AboutBox.cs +++ b/Trace Wizard/UI/AboutBox.cs @@ -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 diff --git a/Trace Wizard/UI/MainForm.cs b/Trace Wizard/UI/MainForm.cs index fa6ade8..be8fe48 100644 --- a/Trace Wizard/UI/MainForm.cs +++ b/Trace Wizard/UI/MainForm.cs @@ -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; diff --git a/Trace Wizard/UI/SQLViewer.cs b/Trace Wizard/UI/SQLViewer.cs index 3696e59..1b54c01 100644 --- a/Trace Wizard/UI/SQLViewer.cs +++ b/Trace Wizard/UI/SQLViewer.cs @@ -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; diff --git a/Trace Wizard/UI/SettingsForm.cs b/Trace Wizard/UI/SettingsForm.cs index 974e0a0..a0cf616 100644 --- a/Trace Wizard/UI/SettingsForm.cs +++ b/Trace Wizard/UI/SettingsForm.cs @@ -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 diff --git a/Trace Wizard/UI/UIBuilder.cs b/Trace Wizard/UI/UIBuilder.cs index 8b2c7f3..5316bc5 100644 --- a/Trace Wizard/UI/UIBuilder.cs +++ b/Trace Wizard/UI/UIBuilder.cs @@ -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;