]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/unicode.c
Doc: Documented growing arrays, generic allocators and related things
[libucw.git] / ucw / unicode.c
index 8d537f54d566de18358653d235ef2ad2227da923..1dc29e1204a6d2947eb2a24ec36c7cdd128219f2 100644 (file)
@@ -8,8 +8,8 @@
  *     of the GNU Lesser General Public License.
  */
 
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/unicode.h"
+#include <ucw/lib.h>
+#include <ucw/unicode.h>
 
 uns
 utf8_strlen(const byte *str)
 
 uns
 utf8_strlen(const byte *str)