1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

url: remove unconditional idn2.h include

Mistake brought by 9c91ec7781
This commit is contained in:
Daniel Stenberg 2016-10-31 09:49:50 +01:00
parent 8fe4bd0844
commit c27013c05d

View File

@ -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"