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
     1.1 --- a/src/ascension/context.h	Sun Jan 21 13:58:23 2024 +0100
     1.2 +++ b/src/ascension/context.h	Sun Jan 21 14:01:27 2024 +0100
     1.3 @@ -33,7 +33,6 @@
     1.4  #include "font.h"
     1.5  
     1.6  #include <cx/buffer.h>
     1.7 -#include <cx/list.h>
     1.8  
     1.9  /** The flag for the overall initialized state. */
    1.10  #define ASC_FLAG_INITILIZED  0x01u
     2.1 --- a/src/context.c	Sun Jan 21 13:58:23 2024 +0100
     2.2 +++ b/src/context.c	Sun Jan 21 14:01:27 2024 +0100
     2.3 @@ -30,8 +30,6 @@
     2.4  #include "ascension/utils.h"
     2.5  #include "ascension/shader.h"
     2.6  
     2.7 -#include <cx/linked_list.h>
     2.8 -
     2.9  #include <SDL2/SDL.h>
    2.10  #include <SDL2/SDL_ttf.h>
    2.11  

mercurial