Skip to content

Commit

Permalink
fixdep: remove unnecessary <arpa/inet.h> inclusion
Browse files Browse the repository at this point in the history
<arpa/inet.h> was included for ntohl(), but it was removed by
commit dee81e9 ("fixdep: faster CONFIG_ search").

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Jan 18, 2018
1 parent 7c2ec43 commit 41f92cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/basic/fixdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
#include <stdio.h>
#include <limits.h>
#include <ctype.h>
#include <arpa/inet.h>

int insert_extra_deps;
char *target;
Expand Down

0 comments on commit 41f92cf

Please sign in to comment.