shithub: pokecrystal

Download patch

ref: 824d6bbaf2d453318c1de85534c4a7b567a9c4ac
parent: 2910b9a6c21862ed422227846481fafff15a8f7c
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Mon Feb 28 14:28:09 EST 2022

Remove unused #include <unistd.h>

--- a/tools/common.h
+++ b/tools/common.h
@@ -8,7 +8,6 @@
 #include <inttypes.h>
 #include <string.h>
 #include <errno.h>
-#include <unistd.h>
 #include <getopt.h>
 
 #ifndef PROGRAM_NAME