Skip to content

Commit cf93388

Browse files
committed
Remove tiff extra guards
1 parent d73e8c2 commit cf93388

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/_imaging.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,8 @@
8383
#endif
8484

8585
#ifdef HAVE_LIBTIFF
86-
#ifndef _TIFFIO_
8786
#include <tiffio.h>
8887
#endif
89-
#endif
9088

9189
#include "libImaging/Imaging.h"
9290

src/libImaging/TiffDecode.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,8 @@
66
*
77
*/
88

9-
#ifndef _TIFFIO_
109
#include <tiffio.h>
11-
#endif
12-
#ifndef _TIFF_
1310
#include <tiff.h>
14-
#endif
15-
16-
#ifndef _PIL_LIBTIFF_
17-
#define _PIL_LIBTIFF_
1811

1912
typedef struct {
2013
tdata_t data; /* tdata_t == void* */
@@ -52,5 +45,3 @@ ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
5245
*/
5346

5447
#define TRACE(args)
55-
56-
#endif

0 commit comments

Comments
 (0)