diff --git a/Source/OpenTK/Platform/Egl/EglContext.cs b/Source/OpenTK/Platform/Egl/EglContext.cs index 86b95eec..56ee30cf 100644 --- a/Source/OpenTK/Platform/Egl/EglContext.cs +++ b/Source/OpenTK/Platform/Egl/EglContext.cs @@ -26,10 +26,8 @@ #endregion using System; - -using OpenTK.Graphics; using System.Diagnostics; -using OpenTK.Platform.Windows; +using OpenTK.Graphics; namespace OpenTK.Platform.Egl {