]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toupper.c
Introduced obuck_get_pos(), converted gatherd limits to use it.
[libucw.git] / charset / toupper.c
index f37eb604832d34cdbc64690f2c9016f6aa1beccc..ffb113f6f5ca78bf5daab448cc27a39ffcb64754 100644 (file)
@@ -1,9 +1,9 @@
 /*
  *     The UniCode Library -- Uppercase Table
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
  */
 
-#include "unicode.h"
-
-#include "U-upper.h"
+#include "lib/lib.h"
+#include "charset/unicode.h"
+#include "charset/U-upper.h"