Browse Source

Order usings in Driver.cs.

pull/696/head
Joao Matos 10 years ago
parent
commit
9710936c7a
  1. 8
      src/Generator/Driver.cs

8
src/Generator/Driver.cs

@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
using System.CodeDom.Compiler;
using System;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Reflection;
using Microsoft.CSharp;
using CppSharp.AST;
using CppSharp.Generators;
using CppSharp.Generators.CLI;
using CppSharp.Generators.CSharp;
using CppSharp.Passes;
using CppSharp.Types;
using Microsoft.CSharp;
using CppSharp.Parser;
using System;
using System.Reflection;
using CppSharp.Utils;
namespace CppSharp

Loading…
Cancel
Save