Remove tiff extra guards

This commit is contained in:
Aleksandr Karpinskii 2024-09-15 14:00:25 +02:00 committed by Александр Карпинский
parent f4accfe336
commit c46ff64052
2 changed files with 0 additions and 11 deletions

View File

@ -83,10 +83,8 @@
#endif #endif
#ifdef HAVE_LIBTIFF #ifdef HAVE_LIBTIFF
#ifndef _TIFFIO_
#include <tiffio.h> #include <tiffio.h>
#endif #endif
#endif
#include "libImaging/Imaging.h" #include "libImaging/Imaging.h"

View File

@ -6,15 +6,8 @@
* *
*/ */
#ifndef _TIFFIO_
#include <tiffio.h> #include <tiffio.h>
#endif
#ifndef _TIFF_
#include <tiff.h> #include <tiff.h>
#endif
#ifndef _PIL_LIBTIFF_
#define _PIL_LIBTIFF_
typedef struct { typedef struct {
tdata_t data; /* tdata_t == void* */ tdata_t data; /* tdata_t == void* */
@ -52,5 +45,3 @@ ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
*/ */
#define TRACE(args) #define TRACE(args)
#endif