From 30c5041f924579030db26b5659f9e113779205f3 Mon Sep 17 00:00:00 2001 From: triton Date: Sun, 1 Sep 2013 17:25:57 +0100 Subject: [PATCH] Cleaned up usings. --- src/Generator/Types/Types.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Generator/Types/Types.cs b/src/Generator/Types/Types.cs index 1086b0c6..cf422c40 100644 --- a/src/Generator/Types/Types.cs +++ b/src/Generator/Types/Types.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using System.Linq; -using CppSharp.AST; +using CppSharp.AST; using CppSharp.Types; namespace CppSharp