]> granicus.if.org Git - imagemagick/commitdiff
Corrected includes.
authorDirk Lemstra <dirk@lemstra.org>
Sat, 22 Sep 2018 18:32:28 +0000 (20:32 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Sat, 22 Sep 2018 18:32:45 +0000 (20:32 +0200)
coders/png.c
coders/tiff.c

index e204b6a15e38a8aab232e253e21afa0c66528c24..fd55b207c1727751550393fa55a3f97291c453b7 100644 (file)
 /* PNG_PTR_NORETURN does not work on some platforms, in libpng-1.5.x */
 #define PNG_PTR_NORETURN
 
-#include "png.h"
-#include "zlib.h"
+#include <png.h>
+#include <zlib.h>
 \f
 /* ImageMagick differences */
 #define first_scene scene
index 137fbd8e33dd8680098a2b15b028a1b2c6ab40f6..4d555995893cb730b5ff4ffc5f13512c784d10e4 100644 (file)
 #include "MagickCore/utility.h"
 #if defined(MAGICKCORE_TIFF_DELEGATE)
 # if defined(MAGICKCORE_HAVE_TIFFCONF_H)
-#  include "tiffconf.h"
+#  include <tiffconf.h>
 # endif
-# include "tiff.h"
-# include "tiffio.h"
+# include <tiff.h>
+# include <tiffio.h>
 # if !defined(COMPRESSION_ADOBE_DEFLATE)
 #  define COMPRESSION_ADOBE_DEFLATE  8
 # endif