From 1a75d6cea113fd02d4e97f27c9a4352164c5c2e1 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Thu, 9 Jul 2026 21:54:46 -0700 Subject: [PATCH] wrongful stb_ds include --- src/backend/cairo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/cairo.c b/src/backend/cairo.c index 3cecc0b..7b92d00 100644 --- a/src/backend/cairo.c +++ b/src/backend/cairo.c @@ -1,7 +1,6 @@ #include #include "../../external/stb_ds.h" -#include "stb_ds.h" cairo_call_table_t cairo_call_tbl;