]> mj.ucw.cz Git - libucw.git/blobdiff - charset/tolower.c
Opt: Constify
[libucw.git] / charset / tolower.c
index 189c3151267453d950b6eda0e1ae0ccca971ce4e..84544d7e23136bc77647035766f008eb29965762 100644 (file)
@@ -7,6 +7,6 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "lib/lib.h"
-#include "charset/unicat.h"
-#include "charset/U-lower.h"
+#include <ucw/lib.h>
+#include <charset/unicat.h>
+#include <charset/U-lower.h>