]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toligatures.c
XTypes: Fixed dump of configuration.
[libucw.git] / charset / toligatures.c
index d5f8425230abdb959a22aee7993ebfa661cea207..8cb5c0f0c35209ed162b5cb9fe9e5b9d55696bba 100644 (file)
@@ -7,12 +7,12 @@
  *     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 *
-Uexpand_lig(uns x)
+const u16 *
+Uexpand_lig(uint x)
 {
   return _U_lig_hash[x % LIG_HASH_SIZE];
 }