remove tiff34 prefix from include.

This commit is contained in:
Gerd Moellmann 1999-08-20 19:30:13 +00:00
parent 9f8118075d
commit cf4790adb1

View file

@ -8507,7 +8507,7 @@ jpeg_load (f, img)
#if HAVE_TIFF
#include <tiff34/tiffio.h>
#include <tiffio.h>
static int tiff_image_p P_ ((Lisp_Object object));
static int tiff_load P_ ((struct frame *f, struct image *img));