remove <sys/types.h> include from common.h

Sat, 19 Oct 2024 13:49:44 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 19 Oct 2024 13:49:44 +0200
changeset 934
a43ed636d1ff
parent 933
40bf2f212d2a
child 935
312fb24c14de

remove <sys/types.h> include from common.h

src/cx/common.h file | annotate | diff | comparison | revisions
--- a/src/cx/common.h	Sat Oct 19 13:45:49 2024 +0200
+++ b/src/cx/common.h	Sat Oct 19 13:49:44 2024 +0200
@@ -94,7 +94,6 @@
 #include <stddef.h>
 #include <stdbool.h>
 #include <stdint.h>
-#include <sys/types.h>
 
 #ifndef UCX_TEST_H
 /**

mercurial