From 7bf1ce39d6734a9d4ccb9f1ae79e085508b57e64 Mon Sep 17 00:00:00 2001 From: triton Date: Sat, 19 Oct 2013 15:39:36 +0100 Subject: [PATCH] Removed unused using namespaces. --- src/Generator/AST/VTables.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Generator/AST/VTables.cs b/src/Generator/AST/VTables.cs index c6dbdcb2..f910724f 100644 --- a/src/Generator/AST/VTables.cs +++ b/src/Generator/AST/VTables.cs @@ -1,9 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; -using CppSharp.Generators; -using CppSharp.Generators.CSharp; namespace CppSharp.AST {