]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toligatures.c
Doc: Documented growing arrays, generic allocators and related things
[libucw.git] / charset / toligatures.c
index d5f8425230abdb959a22aee7993ebfa661cea207..cdeb7cd23ed155a763db97a932cb1b3c6ea2b4e1 100644 (file)
@@ -7,11 +7,11 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "lib/lib.h"
-#include "charset/unicode.h"
-#include "charset/U-ligatures.h"
+#include <ucw/lib.h>
+#include <charset/unicat.h>
+#include <charset/U-ligatures.h>
 
-const word *
+const u16 *
 Uexpand_lig(uns x)
 {
   return _U_lig_hash[x % LIG_HASH_SIZE];