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