cogl: Remove unneeded GLX includes from cogl-framebuffer-private.h

https://gitlab.gnome.org/GNOME/mutter/merge_requests/977
This commit is contained in:
Adam Jackson 2019-12-17 10:37:40 -05:00 committed by Georges Basile Stavracas Neto
parent 420fb28d3f
commit 9325bd9d8e

View File

@ -45,11 +45,6 @@
#include <X11/Xlib.h>
#endif
#ifdef COGL_HAS_GLX_SUPPORT
#include <GL/glx.h>
#include <GL/glxext.h>
#endif
typedef enum _CoglFramebufferType {
COGL_FRAMEBUFFER_TYPE_ONSCREEN,
COGL_FRAMEBUFFER_TYPE_OFFSCREEN