GTK: Remove unused GLU header

This commit is contained in:
Emmanuel Gil Peyrot 2020-11-03 17:33:28 +01:00
parent df91fe9e00
commit 0479afb877
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@
#ifdef HAVE_OPENGL
#include <GL/gl.h>
#include <GL/glu.h>
#include "OGLRender.h"
#include "OGLRender_3_2.h"
#endif