]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 5 Aug 2011 18:03:55 +0000 (18:03 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 5 Aug 2011 18:03:55 +0000 (18:03 +0000)
Magick++/lib/Geometry.cpp
Magick++/lib/Image.cpp

index 23b4a9308f7d3ecca72ae3db1d890e25a420f4e4..09e6483754a7a08a34382623357879614eea2a8a 100644 (file)
@@ -11,9 +11,6 @@
 #include "Magick++/Include.h"
 #include <string>
 #include <ctype.h> // for isdigit
-#if !defined(MAGICKCORE_WINDOWS_SUPPORT)
-#include <strings.h>
-#endif
 
 using namespace std;
 
index 9a2c1b05f37836177e575edf3aac082d79950dc7..408d8b971e4227e91f18665b3f4a366c85981bda 100644 (file)
@@ -13,9 +13,6 @@
 #include <string.h>
 #include <errno.h>
 #include <math.h>
-#if !defined(MAGICKCORE_WINDOWS_SUPPORT)
-#include <strings.h>
-#endif
 #include "Magick++/Include.h"
 
 using namespace std;