mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[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:
parent
3400c2c141
commit
1a88996c47
@ -27,7 +27,6 @@
|
||||
#include <math.h>
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glx.h>
|
||||
|
||||
#include "cimgui.h"
|
||||
#include "generator/output/cimgui_impl.h"
|
||||
|
Loading…
Reference in New Issue
Block a user