]> mj.ucw.cz Git - libucw.git/blobdiff - images/color.c
Some Perl modules have moved to UCW namespace.
[libucw.git] / images / color.c
index ee1525e098847e45de81bb9bcebbb36368f80fb5..011abb28421ed50902e58a441989e09aac48b47e 100644 (file)
@@ -9,14 +9,14 @@
 
 #undef LOCAL_DEBUG
 
-#include "sherlock/sherlock.h"
-#include "lib/math.h"
+#include "lib/lib.h"
 #include "images/images.h"
 #include "images/color.h"
 #include "images/error.h"
 #include "images/math.h"
 
 #include <string.h>
+#include <math.h>
 
 uns color_space_channels[COLOR_SPACE_MAX] = {
   [COLOR_SPACE_UNKNOWN] = 0,