From 3ff564c3caa757a19cfb7794d78d23751b4ce95f Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 14 Feb 2025 19:18:43 -0600 Subject: [PATCH] strbuf: Remove alloca.h include This is not used anymore. Signed-off-by: Lucas De Marchi --- shared/strbuf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/strbuf.h b/shared/strbuf.h index 02ec8955..cd9b8b60 100644 --- a/shared/strbuf.h +++ b/shared/strbuf.h @@ -3,7 +3,6 @@ #include #include #include -#include #include "macro.h" -- 2.47.2