--- a/src/scene.c Sat May 03 13:49:24 2025 +0200 +++ b/src/scene.c Sat May 03 14:30:56 2025 +0200 @@ -25,10 +25,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include "ascension/error.h" +#include "ascension/context.h" #include "ascension/scene.h" - -#include "ascension/context.h" - +#include "ascension/shader.h" #include "ascension/2d.h" #include <cx/tree.h>