]> 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 97604983ea4320645ea74b594bf2e3d4963074e6..a51e05e70f01ab17c79afe13b1d58d1d681c8435 100644 (file)
@@ -10,8 +10,8 @@
 #ifndef _CHARSET_MP_CHARCONV_H
 #define _CHARSET_MP_CHARCONV_H
 
-#include "ucw/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);