]> mj.ucw.cz Git - libucw.git/blobdiff - charset/mp-charconv.h
UCW::CGI error handling split off to separate module UCW::CGI::ErrorHandler
[libucw.git] / charset / mp-charconv.h
index ab6f65d924f71708bf6723afb296c0ebe45558a6..a51e05e70f01ab17c79afe13b1d58d1d681c8435 100644 (file)
@@ -10,8 +10,8 @@
 #ifndef _CHARSET_MP_CHARCONV_H
 #define _CHARSET_MP_CHARCONV_H
 
-#include "lib/mempool.h"
-#include "charset/charconv.h"
+#include <ucw/mempool.h>
+#include <charset/charconv.h>
 
 byte *mp_strconv(struct mempool *mp, const byte *s, uns cs_in, uns cs_out);