Browse Source

Remove unused using declarations in `CLI/Generator.cs`.

pull/1204/head
Joao Matos 6 years ago
parent
commit
d2e8d6ede1
  1. 2
      src/CLI/Generator.cs

2
src/CLI/Generator.cs

@ -4,11 +4,9 @@ using CppSharp.Parser; @@ -4,11 +4,9 @@ using CppSharp.Parser;
using CppSharp.Passes;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using CppAbi = CppSharp.Parser.AST.CppAbi;
namespace CppSharp

Loading…
Cancel
Save