]> mj.ucw.cz Git - libucw.git/blobdiff - charset/unicode.h
First version of the sorter. No presorting phase yet.
[libucw.git] / charset / unicode.h
index 5319e3718cbbe320ab07a3ded966dee771e0a86e..61617c08f93de95975681ccd19456548c966cca3 100644 (file)
@@ -1,14 +1,13 @@
 /*
  *     The UniCode Library
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
  */
 
 #ifndef _UNICODE_H
 #define _UNICODE_H
 
-#include <lib/config.h>
-#include <lib/string.h>
+#include "lib/chartype.h"
 
 extern byte *_U_cat[], *_U_sig[];
 extern word *_U_upper[], *_U_lower[], *_U_unaccent[];