Skip to content

Commit 1992b89

Browse files
committed
Remove unnecessary namespace
1 parent be71ab5 commit 1992b89

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

RibbonTools/Build/CSharpCodeBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ protected override void WriteHeader()
3333
sw.WriteLine("using System;");
3434
sw.WriteLine("using RibbonLib;");
3535
sw.WriteLine("using RibbonLib.Controls;");
36-
sw.WriteLine("using RibbonLib.Interop;");
3736
sw.WriteLine();
3837
sw.WriteLine("namespace RibbonLib.Controls");
3938
sw.WriteLine("{");

RibbonTools/Build/VBCodeBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ protected override void WriteHeader()
3333
sw.WriteLine("Imports System");
3434
sw.WriteLine("Imports RibbonLib");
3535
sw.WriteLine("Imports RibbonLib.Controls");
36-
sw.WriteLine("Imports RibbonLib.Interop");
3736
sw.WriteLine();
3837
sw.WriteLine("Namespace RibbonLib.Controls");
3938
//sw.WriteLine("{");

0 commit comments

Comments
 (0)