]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
strbuf: Remove alloca.h include
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 15 Feb 2025 01:18:43 +0000 (19:18 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 15 Feb 2025 01:18:43 +0000 (19:18 -0600)
This is not used anymore.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
shared/strbuf.h

index 02ec89556924ad44cd06837ec591e1a918f1bb65..cd9b8b605dcd57f54d82f57dd1ad5e5f632041a3 100644 (file)
@@ -3,7 +3,6 @@
 #include <stdbool.h>
 #include <stddef.h>
 #include <string.h>
-#include <alloca.h>
 
 #include "macro.h"