diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-01-11 08:05:40 -0500 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-01-17 19:37:37 -0500 |
commit | 41f92cffba1908bc7acc847e498e34368be29dc7 (patch) | |
tree | 60f8756e86c5ea48a627e5eef3efb07dcfb4ed2a | |
parent | 7c2ec43a2154c9cd6477f85de8d247ad491cf2d1 (diff) |
fixdep: remove unnecessary <arpa/inet.h> inclusion
<arpa/inet.h> was included for ntohl(), but it was removed by
commit dee81e988674 ("fixdep: faster CONFIG_ search").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | scripts/basic/fixdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index 86a61d642220..b9b4bbf4e8dd 100644 --- a/scripts/basic/fixdep.c +++ b/scripts/basic/fixdep.c | |||
@@ -112,7 +112,6 @@ | |||
112 | #include <stdio.h> | 112 | #include <stdio.h> |
113 | #include <limits.h> | 113 | #include <limits.h> |
114 | #include <ctype.h> | 114 | #include <ctype.h> |
115 | #include <arpa/inet.h> | ||
116 | 115 | ||
117 | int insert_extra_deps; | 116 | int insert_extra_deps; |
118 | char *target; | 117 | char *target; |