src/glcontext.c

changeset 142
27c9bbd765d0
parent 139
5d655459db85
child 144
43636d6a6e25
--- a/src/glcontext.c	Mon Jun 09 14:02:40 2025 +0200
+++ b/src/glcontext.c	Tue Jun 10 19:17:21 2025 +0200
@@ -26,10 +26,9 @@
  */
 
 #include "ascension/glcontext.h"
+#include "ascension/shader.h"
 #include "ascension/error.h"
 
-#include "ascension/2d/sprite.h"
-
 #include <GL/glew.h>
 #include <cx/array_list.h>
 

mercurial