mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Remove tiff extra guards
This commit is contained in:
parent
f4accfe336
commit
c46ff64052
|
@ -83,10 +83,8 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_LIBTIFF
|
||||
#ifndef _TIFFIO_
|
||||
#include <tiffio.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "libImaging/Imaging.h"
|
||||
|
||||
|
|
|
@ -6,15 +6,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef _TIFFIO_
|
||||
#include <tiffio.h>
|
||||
#endif
|
||||
#ifndef _TIFF_
|
||||
#include <tiff.h>
|
||||
#endif
|
||||
|
||||
#ifndef _PIL_LIBTIFF_
|
||||
#define _PIL_LIBTIFF_
|
||||
|
||||
typedef struct {
|
||||
tdata_t data; /* tdata_t == void* */
|
||||
|
@ -52,5 +45,3 @@ ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
|
|||
*/
|
||||
|
||||
#define TRACE(args)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user