X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=images%2Fsig-init.c;h=3cb8cab008cb319f3b900036261baab42e90bda7;hb=ff6fce257ce09477b27d9cd9e624ce0692e536b1;hp=57eaa71b6b64f480b2d928408eac3ab91b45b90d;hpb=859769b129993a67598d61bb36d72d268082276b;p=libucw.git diff --git a/images/sig-init.c b/images/sig-init.c index 57eaa71b..3cb8cab0 100644 --- a/images/sig-init.c +++ b/images/sig-init.c @@ -9,10 +9,9 @@ #undef LOCAL_DEBUG -#include "sherlock/sherlock.h" +#include "lib/lib.h" #include "lib/fastbuf.h" #include "lib/conf.h" -#include "lib/math.h" #include "images/images.h" #include "images/math.h" #include "images/error.h" @@ -20,6 +19,7 @@ #include "images/signature.h" #include +#include int image_sig_init(struct image_context *ctx, struct image_sig_data *data, struct image *image)