X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=images%2Fsig-cmp.c;h=028e1b6ac56288cfeb7b3d2e06548e1381094a6e;hb=a804ff2ac5532f590f9e307869bdb2f5974c8b4f;hp=0e9454e385a4c7f0124beb1c7622c94226726316;hpb=97a0bc6c49e8fd9e22ef36978908629c9585f1e2;p=libucw.git diff --git a/images/sig-cmp.c b/images/sig-cmp.c index 0e9454e3..028e1b6a 100644 --- a/images/sig-cmp.c +++ b/images/sig-cmp.c @@ -1,5 +1,5 @@ /* - * Image Library -- Comparitions of image signatures + * Image Library -- Comparisions of image signatures * * (c) 2006 Pavel Charvat * @@ -9,8 +9,7 @@ #undef LOCAL_DEBUG -#include "lib/lib.h" -#include "lib/math.h" +#include "ucw/lib.h" #include "images/math.h" #include "images/images.h" #include "images/signature.h" @@ -21,7 +20,7 @@ #define ASORT_KEY_TYPE uns #define ASORT_ELT(i) items[i] #define ASORT_EXTRA_ARGS , uns *items -#include "lib/arraysort.h" +#include "ucw/arraysort.h" #define EXPLAIN #include "images/sig-cmp-gen.h"