Browse Source

Removed unused using namespaces.

pull/86/head
triton 12 years ago
parent
commit
7bf1ce39d6
  1. 3
      src/Generator/AST/VTables.cs

3
src/Generator/AST/VTables.cs

@ -1,9 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using CppSharp.Generators;
using CppSharp.Generators.CSharp;
namespace CppSharp.AST namespace CppSharp.AST
{ {

Loading…
Cancel
Save