shithub: cstory

Download patch

ref: 6e486d9226a16291530afe808dd7b303918c5e42
parent: 9c056f688221580abd90775544f4d963e7f9dc78
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jul 8 16:00:49 EDT 2020

Er, actually remove those dead includes

--- a/src/Backends/Rendering/Window/Software/GLFW3.cpp
+++ b/src/Backends/Rendering/Window/Software/GLFW3.cpp
@@ -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"