Skip to content

Commit

Permalink
Remove all unused 'using' statements
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvaneenwyk committed May 9, 2024
1 parent 8efaf6b commit 15b6d4f
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion FetchXmlBuilder/Builder/Validations.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Microsoft.Xrm.Sdk.Metadata;
using Rappen.XRM.Helpers.FetchXML;
using System;
using System.Linq;
using System.Windows.Forms;

Expand Down
1 change: 0 additions & 1 deletion FetchXmlBuilder/Controls/fetchControl.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Rappen.XRM.Helpers.FetchXML;
using Rappen.XTB.FetchXmlBuilder.DockControls;
using Rappen.XTB.XmlEditorUtils;
using System;
using System.Collections.Generic;
using System.Windows.Forms;
Expand Down
1 change: 0 additions & 1 deletion FetchXmlBuilder/Converters/CSharpCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.UI.WebControls;

namespace Rappen.XTB.FetchXmlBuilder.Converters
{
Expand Down
1 change: 0 additions & 1 deletion FetchXmlBuilder/Converters/ODataCodeGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using MarkMpn.FetchXmlToWebAPI;
using McTools.Xrm.Connection;
using Microsoft.Xrm.Sdk.Metadata;
using Rappen.XTB.FetchXmlBuilder.AppCode;
using System;
Expand Down
1 change: 0 additions & 1 deletion FetchXmlBuilder/DockControls/TreeBuilderControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Rappen.XTB.FetchXmlBuilder.Extensions;
using Rappen.XTB.FetchXmlBuilder.Forms;
using Rappen.XTB.FetchXmlBuilder.Views;
using Rappen.XTB.Helpers.Controls;
using Rappen.XTB.XmlEditorUtils;
using System;
using System.Collections.Generic;
Expand Down
1 change: 0 additions & 1 deletion FetchXmlBuilder/FXBMetadata.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Microsoft.Xrm.Sdk;
using Microsoft.Xrm.Sdk.Metadata;
using Microsoft.Xrm.Sdk.Query;
using Rappen.XRM.Helpers.Extensions;
using Rappen.XTB.FetchXmlBuilder.Settings;
using Rappen.XTB.Helpers.Extensions;
using System;
Expand Down
1 change: 0 additions & 1 deletion FetchXmlBuilder/Forms/About.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
Expand Down
8 changes: 1 addition & 7 deletions FetchXmlBuilder/Resources/FetchExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Rappen.XTB.FetchXmlBuilder
namespace Rappen.XTB.FetchXmlBuilder
{
partial class FetchType
{
Expand Down

0 comments on commit 15b6d4f

Please sign in to comment.