1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-30 19:08:51 -05:00

Remove duplicate inclusion

This commit is contained in:
Camilla Berglund 2015-12-15 16:58:33 +01:00
parent f079d0625d
commit 864ca4dd57

View File

@ -28,9 +28,6 @@
#include "internal.h"
#include <stdlib.h>
#if defined(_MSC_VER)
#include <malloc.h>
#endif
// Internal key state used for sticky keys
#define _GLFW_STICK 3