From 3631045878a955407115561fa86b96566bd33cfc Mon Sep 17 00:00:00 2001 From: krolyxon Date: Thu, 14 May 2026 23:36:41 +0530 Subject: avoid using relative includes --- src/utils/buttons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/buttons.cpp') diff --git a/src/utils/buttons.cpp b/src/utils/buttons.cpp index d257c58..166ee41 100644 --- a/src/utils/buttons.cpp +++ b/src/utils/buttons.cpp @@ -1,5 +1,5 @@ #include "buttons.h" -#include "../config.h" +#include "config.h" #include void buttonsInit() { -- cgit v1.2.3