Skip to content

Commit

Permalink
Merge pull request #90 from 8051Enthusiast/development
Browse files Browse the repository at this point in the history
Remove some unused headers
  • Loading branch information
smarco authored Apr 19, 2024
2 parents 6e27ac6 + dbc06e9 commit 6bf5ba0
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 6bf5ba0

Please sign in to comment.