]> mj.ucw.cz Git - libucw.git/blobdiff - images/object.c
Opt: Documented opt and its interaction with conf
[libucw.git] / images / object.c
index 9133b7e6d8ff16e4d74f631ad6e12088478caf34..501b23d0575130e916ab12de9c8d4f60ce9508dd 100644 (file)
@@ -9,14 +9,14 @@
 #undef LOCAL_DEBUG
 
 #include "sherlock/sherlock.h"
-#include "ucw/base224.h"
-#include "ucw/mempool.h"
-#include "ucw/fastbuf.h"
+#include <ucw/base224.h>
+#include <ucw/mempool.h>
+#include <ucw/fastbuf.h>
 #include "sherlock/object.h"
-#include "images/images.h"
-#include "images/object.h"
-#include "images/color.h"
-#include "images/signature.h"
+#include <images/images.h>
+#include <images/object.h>
+#include <images/color.h>
+#include <images/signature.h>
 #include <stdio.h>
 #include <string.h>