twn_draw.c: remove gl headers

This commit is contained in:
veclavtalica 2025-01-03 21:10:15 +03:00
parent 0f368e2700
commit 472a0657f3

View File

@ -10,12 +10,6 @@
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#include <stb_ds.h> #include <stb_ds.h>
#ifdef EMSCRIPTEN
#include <GLES2/gl2.h>
#else
#include <glad/glad.h>
#endif
#include <stddef.h> #include <stddef.h>
#include <tgmath.h> #include <tgmath.h>