summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-31 09:49:50 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-10-31 09:50:12 +0100
commitc27013c05d99d92370b57e1a7af1b854eef4e7c1 (patch)
tree56e3935798ef263fd916f7d1ca383385e0ccdb37
parent8fe4bd084412f3085638907268c5ffd8bf93c339 (diff)
downloadgnurl-c27013c05d99d92370b57e1a7af1b854eef4e7c1.tar.gz
gnurl-c27013c05d99d92370b57e1a7af1b854eef4e7c1.tar.bz2
gnurl-c27013c05d99d92370b57e1a7af1b854eef4e7c1.zip
url: remove unconditional idn2.h include
Mistake brought by 9c91ec778104a
-rw-r--r--lib/url.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/url.c b/lib/url.c
index c90a1c5cb..b997f419b 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -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"