Skip to content

Commit

Permalink
Remove sys/ioctl.h include since unused
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 13, 2022
1 parent 658c809 commit 9706994
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/if_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <unistd.h>

#include <arpa/inet.h>
Expand Down
1 change: 0 additions & 1 deletion src/test-c99.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ $CC $CFLAGS -std=c99 -D_XOPEN_SOURCE=600 -o /dev/null -xc - 2>/dev/null <<EOF
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <arpa/inet.h>
Expand Down

0 comments on commit 9706994

Please sign in to comment.