Skip to content

Commit 6573f00

Browse files
committed
Removed some unnecessary usings
1 parent 95b5059 commit 6573f00

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

IncludeToolbox/Commands/FormatIncludes.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.ComponentModel.Design;
4-
using System.IO;
53
using System.Linq;
6-
using Microsoft.VisualStudio.Editor;
74
using Microsoft.VisualStudio.Shell;
85
using Microsoft.VisualStudio.Text;
9-
using Microsoft.VisualStudio.PlatformUI;
106
using Microsoft.VisualStudio.Text.Editor;
11-
using Microsoft.VisualStudio.TextManager.Interop;
12-
using Microsoft.VisualStudio.VCProjectEngine;
137

148
namespace IncludeToolbox.Commands
159
{

0 commit comments

Comments
 (0)