]> mj.ucw.cz Git - libucw.git/commitdiff
Removed another bunch of unneeded dependencies on sherlock/sherlock.h.
authorMartin Mares <mj@ucw.cz>
Wed, 18 Jul 2007 19:59:17 +0000 (21:59 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 18 Jul 2007 19:59:17 +0000 (21:59 +0200)
images/dup-cmp.c
images/dup-init.c

index 5fec1760c56275522fbfc5ea061d61f780bef272..1bee7fa4f1c7c586923702536430747fb2272321 100644 (file)
@@ -9,7 +9,7 @@
 
 #undef LOCAL_DEBUG
 
-#include "sherlock/sherlock.h"
+#include "lib/lib.h"
 #include "lib/mempool.h"
 #include "lib/fastbuf.h"
 #include "images/images.h"
index 1dda196c30a9a90463bcab01355837ccdb616f0b..eb650e82a4cf659f044642b5e4440d0d0473fb4b 100644 (file)
@@ -9,7 +9,7 @@
 
 #undef LOCAL_DEBUG
 
-#include "sherlock/sherlock.h"
+#include "lib/lib.h"
 #include "lib/mempool.h"
 #include "lib/fastbuf.h"
 #include "images/images.h"