diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-31 09:49:50 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-31 09:50:12 +0100 |
commit | c27013c05d99d92370b57e1a7af1b854eef4e7c1 (patch) | |
tree | 56e3935798ef263fd916f7d1ca383385e0ccdb37 | |
parent | 8fe4bd084412f3085638907268c5ffd8bf93c339 (diff) |
url: remove unconditional idn2.h include
Mistake brought by 9c91ec778104a
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -67,8 +67,6 @@ bool curl_win32_idn_to_ascii(const char *in, char **out); #endif /* USE_LIBIDN2 */ -#include <idn2.h> - #include "urldata.h" #include "netrc.h" |