]> mj.ucw.cz Git - libucw.git/blobdiff - charset/unaccent.c
Opt: Constify
[libucw.git] / charset / unaccent.c
index 7ec249604e4968d62d709e10a573aa3ae751ced1..4bb97a599ee739cd6086e4ff7c059c3230fb6d06 100644 (file)
@@ -7,6 +7,6 @@
  *     of the GNU Lesser General Public License.
  */
 
  *     of the GNU Lesser General Public License.
  */
 
-#include "lib/lib.h"
-#include "charset/unicode.h"
-#include "charset/U-unacc.h"
+#include <ucw/lib.h>
+#include <charset/unicat.h>
+#include <charset/U-unacc.h>