]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 6 Jan 2013 23:45:02 +0000 (23:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 6 Jan 2013 23:45:02 +0000 (23:45 +0000)
MagickCore/cache.h
MagickWand/mogrify.c

index 8c2311c947799a50e71d7aff4b21bf7448ee0399..c2f5ad6febbf32406799c98554e6b5c1325a5b8a 100644 (file)
@@ -67,6 +67,7 @@ extern MagickExport Quantum
     const size_t,ExceptionInfo *) magick_hot_spot;
 
 extern MagickExport void
+  DistributedPixelCache(const size_t),
   *GetAuthenticMetacontent(const Image *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
index 81b0239f947ca95ede40628196751f2add90c432..ce7dd9c19918278ffe03e68d02734f580ceda240 100644 (file)
@@ -46,7 +46,6 @@
 */
 #include "MagickWand/studio.h"
 #include "MagickWand/MagickWand.h"
-#include "MagickCore/cache-private.h"
 #include "MagickCore/image-private.h"
 #include "MagickWand/mogrify-private.h"
 #include "MagickCore/monitor-private.h"