]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-upper.c
Heap: Adjust callers
[libucw.git] / ucw / char-upper.c
index 9b08809fef9b7889c882b9322fb7548c76866847..69a0320b2046999e69075fa752c229874aed03f9 100644 (file)
@@ -7,10 +7,11 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/chartype.h"
+#include <ucw/lib.h>
+#include <ucw/chartype.h>
 
-const unsigned char _c_upper[256] = {
+const byte _c_upper[256] = {
 #define CHAR(code,upper,lower,cat) upper,
-#include "ucw/char-map.h"
+#include <ucw/char-map.h>
 #undef CHAR
 };