Skip to content

Commit bc3ad13

Browse files
committed
Remove unnecessary using directives
1 parent e5baebd commit bc3ad13

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Rubberduck.Main/Root/RubberduckIoCInstaller.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
using Rubberduck.UI.Command.MenuItems.CommandBars;
2929
using Rubberduck.UI.Command.MenuItems.ParentMenus;
3030
using Rubberduck.UI.Controls;
31-
using Rubberduck.UI.Refactorings;
32-
using Rubberduck.UI.Refactorings.Rename;
3331
using Rubberduck.UI.UnitTesting;
3432
using Rubberduck.UnitTesting;
3533
using Rubberduck.VBEditor.SafeComWrappers.Abstract;
@@ -49,7 +47,6 @@
4947
using Rubberduck.Parsing.VBA.DeclarationResolving;
5048
using Rubberduck.Parsing.VBA.Parsing;
5149
using Rubberduck.Parsing.VBA.ReferenceManagement;
52-
using Rubberduck.VBEditor;
5350
using Rubberduck.VBEditor.ComManagement.TypeLibs;
5451
using Rubberduck.VBEditor.SourceCodeHandling;
5552
using Rubberduck.Parsing.VBA.DeclarationCaching;

0 commit comments

Comments
 (0)