commit 845d3f6
koru
·
2026-05-20 11:18:43 +0000 UTC
parent 988c5d1
remove mman.h include Remove dublicate mman.h include. Reviewed-on: https://codeberg.org/sewn/wawa/pulls/4
1 files changed,
+0,
-2
M
wawa.c
M
wawa.c
+0,
-2
1@@ -8,8 +8,6 @@
2 #include <wayland-client.h>
3 #ifdef __linux__
4 #include <linux/memfd.h>
5-#else
6-#include <sys/mman.h>
7 #endif
8
9 #include "stbi_alloc.h"