X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=images%2Fsig-init.c;h=3c76920fb36fc79d103b3b202270847332eb6389;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=4c45556c8acd93fa9866a325690947233082457f;hpb=69808c861b8df0745bd0bc93793f558e0055da7e;p=libucw.git diff --git a/images/sig-init.c b/images/sig-init.c index 4c45556c..3c76920f 100644 --- a/images/sig-init.c +++ b/images/sig-init.c @@ -9,17 +9,17 @@ #undef LOCAL_DEBUG -#include "sherlock/sherlock.h" -#include "sherlock/math.h" -#include "lib/fastbuf.h" -#include "lib/conf.h" -#include "images/images.h" -#include "images/math.h" -#include "images/error.h" -#include "images/color.h" -#include "images/signature.h" +#include +#include +#include +#include +#include +#include +#include +#include #include +#include int image_sig_init(struct image_context *ctx, struct image_sig_data *data, struct image *image) @@ -188,7 +188,7 @@ image_sig_finish(struct image_sig_data *data, struct image_signature *sig) 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;