From 97759f62afba6a53eeb3d7d338816c3833015994 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 14 Nov 2014 13:46:08 +0000 Subject: USe the externally built conveniance utf8proc library --- utils/idna.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'utils/idna.c') diff --git a/utils/idna.c b/utils/idna.c index 0a492fadc..b8bfbd13c 100644 --- a/utils/idna.c +++ b/utils/idna.c @@ -16,14 +16,16 @@ * along with this program. If not, see . */ -/** \file - * NetSurf international domain name handling (implementation). +/** + * \file + * NetSurf international domain name handling implementation. */ #include #include #include #include +#include #include "utils/errors.h" #include "utils/idna.h" @@ -31,7 +33,6 @@ #include "utils/log.h" #include "utils/punycode.h" #include "utils/utf8.h" -#include "utils/utf8proc.h" #include "utils/utils.h" -- cgit v1.2.3