From d08b6092a3f59309e00467d567ee79582c53e5ca Mon Sep 17 00:00:00 2001 From: Maxim Solovyov Date: Mon, 26 Jun 2023 18:01:22 +0300 Subject: [PATCH] win: don't include GL/gl.h it seems unused and removing it addresses a fixme --- src/win.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/win.h b/src/win.h index fe73340..da46572 100644 --- a/src/win.h +++ b/src/win.h @@ -11,11 +11,6 @@ #include "uthash_extra.h" -// FIXME shouldn't need this -#ifdef CONFIG_OPENGL -#include -#endif - #include "c2.h" #include "compiler.h" #include "list.h"