Skip to content

Commit

Permalink
Remove unused iconv.h includes
Browse files Browse the repository at this point in the history
These are left over from 3e4d684, which
added includes to *all* platforms despite adding bindings only to *some*
of them. This already broke OpenBSD which doesn't have iconv.h (fixed by
915d8fa), and is just distasteful, so
down with those unused includes.
  • Loading branch information
Minoru committed Feb 11, 2021
1 parent 5019e1d commit 17dec33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ fn test_redox(target: &str) {
"errno.h",
"fcntl.h",
"grp.h",
"iconv.h",
"limits.h",
"locale.h",
"netdb.h",
Expand Down Expand Up @@ -620,7 +619,6 @@ fn test_solarish(target: &str) {
"fcntl.h",
"glob.h",
"grp.h",
"iconv.h",
"ifaddrs.h",
"langinfo.h",
"limits.h",
Expand Down Expand Up @@ -1334,7 +1332,6 @@ fn test_android(target: &str) {
"errno.h",
"fcntl.h",
"grp.h",
"iconv.h",
"ifaddrs.h",
"limits.h",
"locale.h",
Expand Down Expand Up @@ -1922,7 +1919,6 @@ fn test_emscripten(target: &str) {
"fcntl.h",
"glob.h",
"grp.h",
"iconv.h",
"ifaddrs.h",
"langinfo.h",
"limits.h",
Expand Down

0 comments on commit 17dec33

Please sign in to comment.