]> mj.ucw.cz Git - libucw.git/blobdiff - images/sig-init.c
make regex and asciidoc work on Darwin without hacking
[libucw.git] / images / sig-init.c
index 3cb8cab008cb319f3b900036261baab42e90bda7..34089216881b9df21dda913d211bc891ab49c087 100644 (file)
@@ -9,9 +9,9 @@
 
 #undef LOCAL_DEBUG
 
 
 #undef LOCAL_DEBUG
 
-#include "lib/lib.h"
-#include "lib/fastbuf.h"
-#include "lib/conf.h"
+#include "ucw/lib.h"
+#include "ucw/fastbuf.h"
+#include "ucw/conf.h"
 #include "images/images.h"
 #include "images/math.h"
 #include "images/error.h"
 #include "images/images.h"
 #include "images/math.h"
 #include "images/error.h"
@@ -188,7 +188,7 @@ image_sig_finish(struct image_sig_data *data, struct image_signature *sig)
   sig->flags = data->flags;
   if (!sig->len)
     return;
   sig->flags = data->flags;
   if (!sig->len)
     return;
-  
+
   /* For each region */
   u64 w_total = 0;
   uns w_border = MIN(data->cols, data->rows) * image_sig_border_size;
   /* For each region */
   u64 w_total = 0;
   uns w_border = MIN(data->cols, data->rows) * image_sig_border_size;