Remove unused #include <unistd.h>

This commit is contained in:
Rangi 2022-02-28 19:28:09 -05:00
parent 2910b9a6c2
commit 824d6bbaf2
1 changed files with 0 additions and 1 deletions

View File

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