From fd47c1fe0a7bccbc0b8a5c176245fbdd1db81c26 Mon Sep 17 00:00:00 2001 From: Samuel Gomes <47574584+a740g@users.noreply.github.com> Date: Thu, 6 Jun 2024 05:36:12 +0530 Subject: [PATCH] Remove uchar.h (not available on macOS) from front.h --- internal/c/libqb/include/font.h | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/c/libqb/include/font.h b/internal/c/libqb/include/font.h index 3edc18e59..a98c06d61 100644 --- a/internal/c/libqb/include/font.h +++ b/internal/c/libqb/include/font.h @@ -7,7 +7,6 @@ #include #include -#include #if defined(FONT_DEBUG) && FONT_DEBUG > 0 # ifdef _MSC_VER