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