--- a/src/ascension/context.h Sun Jan 21 13:58:23 2024 +0100
+++ b/src/ascension/context.h Sun Jan 21 14:01:27 2024 +0100
@@ -33,7 +33,6 @@
#include "font.h"
#include <cx/buffer.h>
-#include <cx/list.h>
/** The flag for the overall initialized state. */
#define ASC_FLAG_INITILIZED 0x01u
--- a/src/context.c Sun Jan 21 13:58:23 2024 +0100
+++ b/src/context.c Sun Jan 21 14:01:27 2024 +0100
@@ -30,8 +30,6 @@
#include "ascension/utils.h"
#include "ascension/shader.h"
-#include <cx/linked_list.h>
-
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>