]> mj.ucw.cz Git - libucw.git/blobdiff - images/sig-cmp.c
ucw docs: init and commit hooks described in-place
[libucw.git] / images / sig-cmp.c
index 0e9454e385a4c7f0124beb1c7622c94226726316..028e1b6ac56288cfeb7b3d2e06548e1381094a6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Image Library -- Comparitions of image signatures
+ *     Image Library -- Comparisions of image signatures
  *
  *     (c) 2006 Pavel Charvat <pchar@ucw.cz>
  *
@@ -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"