gl.h shouldn't be required when not enabling gl

This commit is contained in:
Derek Foreman 2003-05-25 18:36:19 +00:00
parent 4b29794314
commit b8f05e5388

View file

@ -1,4 +1,6 @@
#ifdef USE_GL
#include <GL/gl.h> #include <GL/gl.h>
#endif /* USE_GL */
#include <glib.h> #include <glib.h>
#include "render.h" #include "render.h"
#include "gradient.h" #include "gradient.h"