Skip to content

Commit

Permalink
Clean up usings
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed May 29, 2023
1 parent 88bbbf5 commit ede1b70
Show file tree
Hide file tree
Showing 217 changed files with 8 additions and 231 deletions.
3 changes: 1 addition & 2 deletions GitCommands/Git/AheadBehindDataProvider.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Diagnostics;
using System.Text;
using System.Text;
using System.Text.RegularExpressions;
using GitExtUtils;
using GitUIPluginInterfaces;
Expand Down
1 change: 0 additions & 1 deletion GitUI/Avatars/AvatarDownloader.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Net;
using Microsoft.VisualStudio.Threading;

namespace GitUI.Avatars
Expand Down
1 change: 0 additions & 1 deletion GitUI/CommandsDialogs/BrowseDialog/FormBrowseMenus.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Diagnostics;
using GitCommands;
using GitUI.CommandsDialogs.BrowseDialog;
using GitUI.UserControls;
using Microsoft;
using ResourceManager;

Expand Down
1 change: 0 additions & 1 deletion GitUI/CommandsDialogs/FormBrowse.InitMenusAndToolbars.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Diagnostics;
using GitCommands;
using GitCommands.Utils;
using GitExtUtils.GitUI.Theming;
using GitUI.Properties;
using GitUI.Shells;
Expand Down
1 change: 0 additions & 1 deletion GitUI/CommandsDialogs/FormClone.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using GitCommands.UserRepositoryHistory;
using GitExtUtils.GitUI.Theming;
using GitUI.HelperDialogs;
using GitUI.Infrastructure;
using GitUIPluginInterfaces;
using ResourceManager;

Expand Down
1 change: 0 additions & 1 deletion GitUI/CommandsDialogs/FormDiff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using GitCommands;
using GitCommands.Git;
using GitExtUtils.GitUI.Theming;
using GitUI.CommandsDialogs.Menus;
using GitUI.HelperDialogs;
using GitUI.Theming;
using GitUI.UserControls;
Expand Down
3 changes: 1 addition & 2 deletions GitUI/LeftPanel/BaseRevisionTree.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Threading;
using GitUI.UserControls.RevisionGrid;
using GitUI.UserControls.RevisionGrid;

namespace GitUI.LeftPanel
{
Expand Down
1 change: 0 additions & 1 deletion GitUI/LeftPanel/ContextMenu/MenuItemsStrings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using GitCommands;
using GitUI.LeftPanel.Interfaces;
using ICSharpCode.TextEditor.Actions;
using ResourceManager;

namespace GitUI.LeftPanel.ContextMenu
Expand Down
1 change: 0 additions & 1 deletion GitUI/LeftPanel/SubmoduleTree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using GitCommands;
using GitCommands.Submodules;
using GitUI.CommandsDialogs;
using GitUIPluginInterfaces;
using Microsoft;
using Microsoft.VisualStudio.Threading;

Expand Down
3 changes: 1 addition & 2 deletions GitUI/LeftPanel/Tree.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Threading;
using GitCommands;
using GitCommands;
using GitUI.UserControls;
using GitUIPluginInterfaces;

Expand Down
1 change: 0 additions & 1 deletion GitUI/UserControls/EditboxBasedConsoleOutputControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using GitCommands;
using GitCommands.Git.Extensions;
using GitCommands.Logging;
using GitUI.Infrastructure;
using Timer = System.Windows.Forms.Timer;

namespace GitUI.UserControls
Expand Down
2 changes: 0 additions & 2 deletions GitUI/UserControls/RevisionGrid/RevisionGridControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
using GitUI.UserControls.RevisionGrid.Columns;
using GitUIPluginInterfaces;
using Microsoft;
using Microsoft.VisualBasic;
using Microsoft.VisualStudio.Threading;
using ResourceManager;
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
using TaskDialog = System.Windows.Forms.TaskDialog;
using TaskDialogButton = System.Windows.Forms.TaskDialogButton;

Expand Down
1 change: 0 additions & 1 deletion GitUI/VisualStudioIntegration.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using System.Threading;
using EnvDTE;
using GitCommands;
using GitExtUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using BugReporter;
using BugReporter.Serialization;
using NUnit.Framework;

namespace GitExtensions.UITests.NBugReports
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using GitUI;
using GitUI.UserControls;
using GitUIPluginInterfaces;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using GitUI.CommandsDialogs;
using GitUIPluginInterfaces;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using GitUI.LeftPanel;
using GitUIPluginInterfaces;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using GitUI.CommandsDialogs;
using GitUIPluginInterfaces;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using GitUI.LeftPanel;
using GitUIPluginInterfaces;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
using CommonTestUtils.MEF;
using FluentAssertions;
using GitCommands;
using GitCommands.UserRepositoryHistory;
using GitUI;
using GitUI.CommandsDialogs;
using GitUIPluginInterfaces;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using FluentAssertions;
using GitUI;
using GitUI.CommandsDialogs;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using GitUI.UserControls;
using GitUIPluginInterfaces;
using ICSharpCode.TextEditor;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using CommonTestUtils;
using GitUI;
using GitUI.CommandsDialogs;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using GitUI.CommandsDialogs;
using GitUIPluginInterfaces;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using CommonTestUtils;
using GitUI;
using GitUI.CommandsDialogs;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using GitCommands;
using GitUI;
using GitUI.CommandsDialogs;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using GitCommands.Git;
using GitUI;
using GitUI.CommandsDialogs;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using FluentAssertions;
using GitUI;
using GitUI.CommandsDialogs;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using GitUI.CommandsDialogs.SettingsDialog.Pages;
using GitUIPluginInterfaces;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;

namespace UITests.CommandsDialogs.SettingsDialog.Pages
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using GitUIPluginInterfaces;
using GitUIPluginInterfaces.BuildServerIntegration;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;

namespace UITests.CommandsDialogs.SettingsDialog.Pages
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using GitCommands;
using GitUI;
using GitUI.CommandsDialogs;
using NUnit.Framework;

namespace GitExtensions.UITests.CommandsDialogs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using GitUI.CommandsDialogs;
using GitUIPluginInterfaces;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;

namespace GitUITests.GitUICommandsTests
{
Expand Down
4 changes: 1 addition & 3 deletions IntegrationTests/UI.IntegrationTests/GlobalSetupOnce.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using NUnit.Framework;

[SetUpFixture]
[SetUpFixture]
public class GlobalSetupOnce
{
[OneTimeSetUp]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using GitUI.Infrastructure;
using GitUI.NBugReports;
using Microsoft.VisualStudio.Threading;
using NUnit.Framework;

namespace GitUITests.Infrastructure
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using GitUI.Script;
using GitUIPluginInterfaces;
using NSubstitute;
using NUnit.Framework;

namespace GitExtensions.UITests.Script
{
Expand Down
1 change: 0 additions & 1 deletion IntegrationTests/UI.IntegrationTests/UITest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using CommonTestUtils;
using GitUI;
using GitUIPluginInterfaces;
using NUnit.Framework;

namespace GitExtensions.UITests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using GitUI;
using GitUI.UserControls.RevisionGrid;
using GitUIPluginInterfaces;
using NUnit.Framework;

namespace GitExtensions.UITests.UserControls.RevisionGrid
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using GitUI.CommandsDialogs;
using GitUIPluginInterfaces;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;

namespace GitExtensions.UITests.UserControls.RevisionGrid
{
Expand Down
1 change: 0 additions & 1 deletion UnitTests/BugReporter.Tests/BugReportFormTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using BugReporter;
using FluentAssertions;
using NUnit.Framework;

namespace GitUITests
{
Expand Down
1 change: 0 additions & 1 deletion UnitTests/BugReporter.Tests/ErrorReportUrlBuilderTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using BugReporter;
using BugReporter.Serialization;
using FluentAssertions;
using NUnit.Framework;

namespace BugReporterTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using BugReporter;
using GitCommands;
using NUnit.Framework;

namespace BugReporterTests
{
Expand Down
1 change: 0 additions & 1 deletion UnitTests/GitCommands.Tests/AppTitleGeneratorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using GitCommands;
using GitCommands.UserRepositoryHistory;
using Microsoft.VisualStudio.Composition;
using NUnit.Framework;
using ExportAttribute = System.ComponentModel.Composition.ExportAttribute;
using PartNotDiscoverableAttribute = System.ComponentModel.Composition.PartNotDiscoverableAttribute;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using GitCommands.Git;
using GitExtUtils;
using GitUIPluginInterfaces;
using NUnit.Framework;

namespace GitCommandsTests
{
Expand Down
1 change: 0 additions & 1 deletion UnitTests/GitCommands.Tests/AsyncLoaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using CommonTestUtils;
using GitCommands;
using GitUI;
using NUnit.Framework;

namespace GitCommandsTests
{
Expand Down
1 change: 0 additions & 1 deletion UnitTests/GitCommands.Tests/CommitDataManagerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using GitCommands;
using GitUIPluginInterfaces;
using NSubstitute;
using NUnit.Framework;

namespace GitCommandsTests
{
Expand Down
1 change: 0 additions & 1 deletion UnitTests/GitCommands.Tests/CommitMessageManagerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using FluentAssertions;
using GitCommands;
using NSubstitute;
using NUnit.Framework;

namespace GitCommandsTests
{
Expand Down
1 change: 0 additions & 1 deletion UnitTests/GitCommands.Tests/CommitTemplateManagerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using GitCommands;
using GitUIPluginInterfaces;
using NSubstitute;
using NUnit.Framework;

namespace GitCommandsTests
{
Expand Down
1 change: 0 additions & 1 deletion UnitTests/GitCommands.Tests/Config/ConfigFileTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using GitCommands;
using GitCommands.Config;
using GitExtUtils;
using NUnit.Framework;

namespace GitCommandsTests.Config
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using FluentAssertions;
using GitCommands;
using NUnit.Framework;

namespace GitCommandsTests
{
Expand Down
1 change: 0 additions & 1 deletion UnitTests/GitCommands.Tests/DiffListSortServiceTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using GitCommands;
using NUnit.Framework;

namespace GitCommandsTests
{
Expand Down
Loading

0 comments on commit ede1b70

Please sign in to comment.