From 2b876da52ddc16a3aca9168e1cfb95fb568efd4f Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 22 Dec 2013 16:47:03 +0100 Subject: [PATCH] Fixed broken includes. --- src/win32_window.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/win32_window.c b/src/win32_window.c index 4cd69bc5..bcf82e1c 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -29,9 +29,8 @@ #include #include -#include #include -#include +#include #define _GLFW_KEY_INVALID -2