Remove the useless include
This commit is contained in:
parent
85c1c3c39d
commit
23955ff791
|
@ -22,7 +22,6 @@
|
|||
#include <stdio.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <GL/glx.h>
|
||||
#include <GL/glxext.h>
|
||||
#include "../OGLRender.h"
|
||||
|
||||
static bool glx_beginOpenGL(void) { return 1; }
|
||||
|
|
Loading…
Reference in New Issue