diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-02-28 19:28:09 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-02-28 19:28:09 -0500 |
commit | 824d6bbaf2d453318c1de85534c4a7b567a9c4ac (patch) | |
tree | a8e7c6a07baf4df2c9bb7ec40ed7fbab18102f53 | |
parent | 2910b9a6c21862ed422227846481fafff15a8f7c (diff) |
Remove unused #include <unistd.h>
-rw-r--r-- | tools/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/common.h b/tools/common.h index 506b483b9..6825fbb97 100644 --- 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 |