[LIBTIFF]
[reactos.git] / reactos / dll / 3rdparty / libtiff / tif_zip.c
index f5aa2a9..130c0bf 100644 (file)
@@ -24,7 +24,8 @@
  * OF THIS SOFTWARE.
  */
 
-#include "tiffiop.h"
+#include <precomp.h>
+
 #ifdef ZIP_SUPPORT
 /*
  * TIFF Library.
@@ -49,8 +50,6 @@
 #include "tif_predict.h"
 #include "zlib.h"
 
-#include <stdio.h>
-
 /*
  * Sigh, ZLIB_VERSION is defined as a string so there's no
  * way to do a proper check here.  Instead we guess based