mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 22:51:37 +00:00
fixdep: remove unnecessary <arpa/inet.h> inclusion
<arpa/inet.h> was included for ntohl(), but it was removed by
commit dee81e9886
("fixdep: faster CONFIG_ search").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
7c2ec43a21
commit
41f92cffba
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <arpa/inet.h>
|
|
||||||
|
|
||||||
int insert_extra_deps;
|
int insert_extra_deps;
|
||||||
char *target;
|
char *target;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue