From fb93f2af936a2c7472fb706c942660d575a84167 Mon Sep 17 00:00:00 2001 From: "Stefanos A." Date: Tue, 17 Dec 2013 23:31:04 +0100 Subject: [PATCH] Minor code cleanup --- Source/OpenTK/Platform/Windows/WinFactory.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/OpenTK/Platform/Windows/WinFactory.cs b/Source/OpenTK/Platform/Windows/WinFactory.cs index 5435018c..5ea1a8eb 100644 --- a/Source/OpenTK/Platform/Windows/WinFactory.cs +++ b/Source/OpenTK/Platform/Windows/WinFactory.cs @@ -28,13 +28,14 @@ using System; using System.Collections.Generic; using System.Diagnostics; +using System.Runtime.InteropServices; using System.Text; +using OpenTK.Graphics; +using OpenTK.Input; + namespace OpenTK.Platform.Windows { - using Graphics; - using OpenTK.Input; - using System.Runtime.InteropServices; class WinFactory : IPlatformFactory {