Remove the useless include

This commit is contained in:
thelemonman 2014-04-23 18:16:20 +00:00
parent 85c1c3c39d
commit 23955ff791
1 changed files with 0 additions and 1 deletions

View File

@ -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; }