Archived
1
Fork 0

Remove unused GL and GLX headers from linux

This commit is contained in:
redstrate 2021-02-15 20:22:40 -05:00
parent 0a24bfce43
commit 9db944deb2

View file

@ -11,8 +11,6 @@
#include <X11/Xlib.h>
#include <xcb/xcb.h>
#include <X11/Xutil.h>
#include <GL/gl.h>
#include <GL/glx.h>
@APP_CLASS@* app = nullptr;
GFX* interface = nullptr;