Skip to content

Commit c6526af

Browse files
committed
Sort/remove unnecessary usings.
1 parent d65ea05 commit c6526af

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

GitTfsDialog.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
using System;
1+
using GitUIPluginInterfaces;
2+
using System;
23
using System.Collections.Generic;
34
using System.Linq;
45
using System.Windows.Forms;
5-
using GitUIPluginInterfaces;
66

77
namespace GitTfs.GitExtensions.Plugin
88
{

GitTfsPlugin.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
using System.Collections.Generic;
1+
using GitUIPluginInterfaces;
2+
using ResourceManager;
3+
using System.Collections.Generic;
24
using System.Linq;
3-
using System.Reflection;
45
using System.Text.RegularExpressions;
56
using System.Windows.Forms;
6-
using GitUIPluginInterfaces;
7-
using ResourceManager;
87

98
namespace GitTfs.GitExtensions.Plugin
109
{

ShelveDialog.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using System;
1+
using GitUIPluginInterfaces;
2+
using System;
23
using System.Windows.Forms;
3-
using GitUIPluginInterfaces;
44

55
namespace GitTfs.GitExtensions.Plugin
66
{

0 commit comments

Comments
 (0)