Skip to content

Commit db71a57

Browse files
committed
Auto merge of #2068 - Minoru:bugfix/remove-unused-iconv.h, r=JohnTitor
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.)
2 parents a61fd8c + 17dec33 commit db71a57

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libc-test/build.rs

-4
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ fn test_redox(target: &str) {
559559
"errno.h",
560560
"fcntl.h",
561561
"grp.h",
562-
"iconv.h",
563562
"limits.h",
564563
"locale.h",
565564
"netdb.h",
@@ -620,7 +619,6 @@ fn test_solarish(target: &str) {
620619
"fcntl.h",
621620
"glob.h",
622621
"grp.h",
623-
"iconv.h",
624622
"ifaddrs.h",
625623
"langinfo.h",
626624
"limits.h",
@@ -1334,7 +1332,6 @@ fn test_android(target: &str) {
13341332
"errno.h",
13351333
"fcntl.h",
13361334
"grp.h",
1337-
"iconv.h",
13381335
"ifaddrs.h",
13391336
"limits.h",
13401337
"locale.h",
@@ -1922,7 +1919,6 @@ fn test_emscripten(target: &str) {
19221919
"fcntl.h",
19231920
"glob.h",
19241921
"grp.h",
1925-
"iconv.h",
19261922
"ifaddrs.h",
19271923
"langinfo.h",
19281924
"limits.h",

0 commit comments

Comments
 (0)