Browse Source

Re-order usings.

pull/974/head
Joao Matos 9 years ago
parent
commit
61b0cc6d8b
  1. 2
      src/Generator/Generators/CodeGenerator.cs

2
src/Generator/Generators/CodeGenerator.cs

@ -2,11 +2,11 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Text.RegularExpressions;
using System.Web.Util; using System.Web.Util;
using CppSharp.AST; using CppSharp.AST;
using CppSharp.AST.Extensions; using CppSharp.AST.Extensions;
using CppSharp.Generators.CSharp; using CppSharp.Generators.CSharp;
using System.Text.RegularExpressions;
namespace CppSharp.Generators namespace CppSharp.Generators
{ {

Loading…
Cancel
Save