From 1a44bd86f2df6f4bf57d49c7b4db76af8e5b5b38 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Fri, 2 Jan 2026 16:29:50 +0100 Subject: [PATCH] minor cleanup iregex.h --- src/core/iregex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/iregex.h b/src/core/iregex.h index 68156e02..7b1cf206 100644 --- a/src/core/iregex.h +++ b/src/core/iregex.h @@ -3,7 +3,6 @@ #include -#include typedef GRegex Regex; typedef struct _MatchInfo MatchInfo;