# HG changeset patch # User Mike Becker # Date 1705842087 -3600 # Node ID 8acde7d27904a015aa9f748839e7997a1f9e4982 # Parent 4ccf4703999efd276089ed7cefb072c8b239cdde remove unused cx/list.h include diff -r 4ccf4703999e -r 8acde7d27904 src/ascension/context.h --- 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 -#include /** The flag for the overall initialized state. */ #define ASC_FLAG_INITILIZED 0x01u diff -r 4ccf4703999e -r 8acde7d27904 src/context.c --- 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 - #include #include