]> mj.ucw.cz Git - libucw.git/blobdiff - charset/debug.c
Rewrote to use pread/pwrite() and to avoid messing up with internals
[libucw.git] / charset / debug.c
index 7874856e176ea8230aaa133b44d70b37ee247ecd..738d1d41c6af355e1748da6078fbba3e61a8ace0 100644 (file)
@@ -1,13 +1,11 @@
 /*
  *     The UniCode Library -- Debugging Support Functions
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
  */
 
-#include <stdio.h>
-#include <lib/lib.h>
-
-#include "unicode.h"
+#include "lib/lib.h"
+#include "charset/unicode.h"
 
 static byte *
 get_static_buffer(uns size)