mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 19:27:10 +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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue