From dc38efcd5bac9d0bc7db8279bf24cc0cf40833a4 Mon Sep 17 00:00:00 2001 From: triton Date: Sun, 29 Jun 2014 16:51:33 +0100 Subject: [PATCH] Removed unused namespace. --- src/Generator/Generators/CLI/CLITypeReferences.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Generator/Generators/CLI/CLITypeReferences.cs b/src/Generator/Generators/CLI/CLITypeReferences.cs index 7b73d51d..a3f8de49 100644 --- a/src/Generator/Generators/CLI/CLITypeReferences.cs +++ b/src/Generator/Generators/CLI/CLITypeReferences.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; using CppSharp.AST; using CppSharp.AST.Extensions;