X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=images%2Fsig-seg.c;h=b82c6ccd232173e701dd359f1719856a14c22f8b;hb=6c0e6f3b91ed669384f7fe894e4bb4891ffa6440;hp=8deeca91677d98ebec30b70ce48183885ba285e6;hpb=88714d18176f047eb4d298bb3f22520217671513;p=libucw.git diff --git a/images/sig-seg.c b/images/sig-seg.c index 8deeca91..b82c6ccd 100644 --- a/images/sig-seg.c +++ b/images/sig-seg.c @@ -9,9 +9,9 @@ #undef LOCAL_DEBUG -#include "lib/lib.h" -#include "lib/conf.h" -#include "lib/heap.h" +#include "ucw/lib.h" +#include "ucw/conf.h" +#include "ucw/heap.h" #include "images/images.h" #include "images/signature.h" #include "images/math.h" @@ -95,7 +95,7 @@ prequant_heap_cmp(struct image_sig_region *a, struct image_sig_region *b) #define ASORT_KEY_TYPE uns #define ASORT_ELT(i) val[i] #define ASORT_EXTRA_ARGS , uns *val -#include "lib/arraysort.h" +#include "ucw/arraysort.h" static uns prequant(struct image_sig_block *blocks, uns blocks_count, struct image_sig_region *regions)