]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toupper.c
Conf: Split off everything related to cf_getopt()
[libucw.git] / charset / toupper.c
index f37eb604832d34cdbc64690f2c9016f6aa1beccc..5e2b91ec440dac2be888d341e5a147d0875b1c38 100644 (file)
@@ -1,9 +1,12 @@
 /*
  *     The UniCode Library -- Uppercase Table
  *
 /*
  *     The UniCode Library -- Uppercase Table
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
  */
 
-#include "unicode.h"
-
-#include "U-upper.h"
+#include <ucw/lib.h>
+#include <charset/unicat.h>
+#include <charset/U-upper.h>