[client] opengl: don't include <GL/glx.h>

The OpenGL renderer backend should not depend on any particular
implementation of OpenGL, as it's used by both X11 and Wayland.
This commit is contained in:
Quantum 2021-07-20 21:20:30 -04:00 committed by Geoffrey McRae
parent 3400c2c141
commit 1a88996c47

View File

@ -27,7 +27,6 @@
#include <math.h> #include <math.h>
#include <GL/gl.h> #include <GL/gl.h>
#include <GL/glx.h>
#include "cimgui.h" #include "cimgui.h"
#include "generator/output/cimgui_impl.h" #include "generator/output/cimgui_impl.h"