Skip to content

Commit

Permalink
Remove unused headers
Browse files Browse the repository at this point in the history
These headers are not supported in mingw, but they do not seem
to be used in any case.
  • Loading branch information
8051Enthusiast committed Apr 19, 2024
1 parent 6e27ac6 commit dbc06e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/commons.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,15 @@
#include <sys/time.h>

#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <unistd.h>
#include <limits.h>
#include <pwd.h>

#include <string.h>
#include <math.h>
#include <stdarg.h>
#include <getopt.h>

#include <err.h>
#include <errno.h>
#include <assert.h>
#include <signal.h>
Expand Down

0 comments on commit dbc06e9

Please sign in to comment.