From: Lucas De Marchi Date: Sat, 15 Feb 2025 01:18:43 +0000 (-0600) Subject: strbuf: Remove alloca.h include X-Git-Tag: v34~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ff564c3caa757a19cfb7794d78d23751b4ce95f;p=thirdparty%2Fkmod.git strbuf: Remove alloca.h include This is not used anymore. Signed-off-by: Lucas De Marchi --- 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"