Er, actually remove those dead includes

This commit is contained in:
Clownacy 2020-07-08 20:00:49 +01:00
parent 9c056f6882
commit 6e486d9226

View file

@ -3,11 +3,6 @@
#include <stddef.h>
#include <stdlib.h>
//#if defined(__APPLE__)
// #include <OpenGL/gl.h>
//#else
// #include <GL/gl.h>
//#endif
#include <GLFW/glfw3.h>
#include "../../../Misc.h"