From 033597f4c91a84b6681a379f5622b4bdf6bdedc6 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 18 Sep 2025 17:04:29 +0200 Subject: [PATCH] chore: added explanation to seemingly unneeded include of "resources.h" --- src/style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.h b/src/style.h index ebe5cb7..59ff1fb 100644 --- a/src/style.h +++ b/src/style.h @@ -2,7 +2,7 @@ #define STYLE_H #include "defs.h" -#include "resources.h" +#include "resources.h" // needed for macros #include #include