]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-cat.c
Sorter: Ah, fixed wrong include of time.h.
[libucw.git] / ucw / char-cat.c
index 5a984bea8bb5c19cbc3e221ce2d3321577b31f6d..e9b148044d2d8ebd08f2019fac1f96396b5f4131 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_cat[256] = {
+const byte _c_cat[256] = {
 #define CHAR(code,upper,lower,cat) cat,
-#include "ucw/char-map.h"
+#include <ucw/char-map.h>
 #undef CHAR
 };