Skip to content

Commit 6ae9fe8

Browse files
committed
str: don't include alloca.h
We shouldn't include alloca.h directly. Instead, we should include jeffpc/mem.h. Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
1 parent 2dacc40 commit 6ae9fe8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

str.c

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
#include <stdlib.h>
2424
#include <stdbool.h>
25-
#include <alloca.h>
2625

2726
#include <jeffpc/mem.h>
2827
#include <jeffpc/jeffpc.h>

0 commit comments

Comments
 (0)