Skip to content

Commit

Permalink
Auto merge of #2068 - Minoru:bugfix/remove-unused-iconv.h, r=JohnTitor
Browse files Browse the repository at this point in the history
Remove unused iconv.h includes

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.

(This is a continuation to #2037 and #2067.)
  • Loading branch information
bors committed Feb 12, 2021
2 parents a61fd8c + 17dec33 commit db71a57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libc-test/build.rs
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 db71a57

Please sign in to comment.