From 864ca4dd57f8b36dcbdd9a500130ff6f2fec52be Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 15 Dec 2015 16:58:33 +0100 Subject: [PATCH] Remove duplicate inclusion --- src/input.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/input.c b/src/input.c index 6eac8805..db33ff72 100644 --- a/src/input.c +++ b/src/input.c @@ -28,9 +28,6 @@ #include "internal.h" #include -#if defined(_MSC_VER) - #include -#endif // Internal key state used for sticky keys #define _GLFW_STICK 3