]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-upper.c
tableprinter: code cleanup
[libucw.git] / ucw / char-upper.c
index 53846d79cfabafa8d63103cd1964756d85128c2f..c56528cbd30a3c138b46f14d5e568d26b4f31bb8 100644 (file)
@@ -7,11 +7,11 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/chartype.h"
+#include <ucw/lib.h>
+#include <ucw/chartype.h>
 
-const byte _c_upper[256] = {
+const byte ucw_c_upper[256] = {
 #define CHAR(code,upper,lower,cat) upper,
-#include "ucw/char-map.h"
+#include <ucw/char-map.h>
 #undef CHAR
 };