# HG changeset patch
# User Penguin <hibi414sa@gmail.com>
# Date 1650694389 -32400
#      Sat Apr 23 15:13:09 2022 +0900
# Node ID 3ceafc1dede7b447581820c1d4d0f73cee1bebbd
# Parent  c770f5a4161209c6dfab1e1f165ea78b83229642
Removed glext.h to fix compile errors on Fedora.

diff -r c770f5a41612 -r 3ceafc1dede7 src/gl/system/gl_system.h
--- a/src/gl/system/gl_system.h	Sun Mar 27 21:17:25 2022 +0200
+++ b/src/gl/system/gl_system.h	Sat Apr 23 15:13:09 2022 +0900
@@ -72,7 +72,6 @@
 #include <OpenGL/OpenGL.h>
 #elif defined(__unix__)
 #include <GL/glew.h>
-#include "gl/api/glext.h"
 #else // !__APPLE__ && !__unix__
 #include <GL/gl.h>
 #include <GL/glu.h>
