From 811a693b803a8715e15ba56fb161d9e6b3b6b016 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 30 Sep 2016 18:54:02 +0200 Subject: strcasecompare: all case insensitive string compares ignore locale now We had some confusions on when each function was used. We should not act differently on different locales anyway. --- lib/transfer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/transfer.c') diff --git a/lib/transfer.c b/lib/transfer.c index d689d683e..6245ee402 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -22,7 +22,6 @@ #include "curl_setup.h" #include "strtoofft.h" -#include "rawstr.h" #ifdef HAVE_NETINET_IN_H #include -- cgit v1.2.3