win: don't include GL/gl.h

it seems unused and removing it addresses a fixme
This commit is contained in:
Maxim Solovyov 2023-06-26 18:01:22 +03:00
parent 0bb45d50d6
commit d08b6092a3
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,6 @@
#include "uthash_extra.h"
// FIXME shouldn't need this
#ifdef CONFIG_OPENGL
#include <GL/gl.h>
#endif
#include "c2.h"
#include "compiler.h"
#include "list.h"