]> mj.ucw.cz Git - libucw.git/blobdiff - images/io-libpng.c
Conf: Rewritten configuration parser to support multiple contexts (step 1)
[libucw.git] / images / io-libpng.c
index 081ca35f45ec3ece58ff7c08a4fca7de9e872c26..e62e5ebae34a105fd25ced94506718edfb20a7d9 100644 (file)
@@ -9,13 +9,13 @@
 
 #undef LOCAL_DEBUG
 
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/mempool.h"
-#include "ucw/fastbuf.h"
-#include "images/images.h"
-#include "images/error.h"
-#include "images/color.h"
-#include "images/io-main.h"
+#include <ucw/lib.h>
+#include <ucw/mempool.h>
+#include <ucw/fastbuf.h>
+#include <images/images.h>
+#include <images/error.h>
+#include <images/color.h>
+#include <images/io-main.h>
 
 #include <png.h>
 #include <setjmp.h>
 
 #include <png.h>
 #include <setjmp.h>