remove unused cx/list.h include

Sun, 21 Jan 2024 14:01:27 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 21 Jan 2024 14:01:27 +0100
changeset 28
8acde7d27904
parent 27
4ccf4703999e
child 29
1d001eb694dc

remove unused cx/list.h include

src/ascension/context.h file | annotate | diff | comparison | revisions
src/context.c file | annotate | diff | comparison | revisions
--- 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>
 

mercurial