src/linked_list.c

changeset 1435
48ebf22b698e
parent 1433
81c301a59b7c
--- a/src/linked_list.c	Mon Oct 20 20:37:45 2025 +0200
+++ b/src/linked_list.c	Mon Oct 20 20:38:02 2025 +0200
@@ -30,7 +30,6 @@
 #include "cx/compare.h"
 #include <string.h>
 #include <assert.h>
-#include <unistd.h>
 
 // LOW LEVEL LINKED LIST FUNCTIONS
 

mercurial