diff --git a/src/Generator/Generators/CLI/CLIHeadersTemplate.cs b/src/Generator/Generators/CLI/CLIHeadersTemplate.cs index c7a6842d..f9710ba4 100644 --- a/src/Generator/Generators/CLI/CLIHeadersTemplate.cs +++ b/src/Generator/Generators/CLI/CLIHeadersTemplate.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Linq; using CppSharp.AST; -using CppSharp.Generators.CSharp; using CppSharp.Types; namespace CppSharp.Generators.CLI @@ -632,7 +631,6 @@ namespace CppSharp.Generators.CLI } PopIndent(); - NewLine(); WriteLine("};"); PopBlock(NewLineKind.BeforeNextBlock);