From 07967600763079a4cd1512abd7f3d9207993d8f7 Mon Sep 17 00:00:00 2001 From: Taco Hoekwater Date: Thu, 16 Apr 2009 17:41:41 +0000 Subject: remove the image.h trick that forced a local png.h git-svn-id: svn://tug.org/texlive/trunk@12735 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/ChangeLog | 4 ++++ Build/source/texk/web2c/luatexdir/image/image.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c') diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index 4091aff8cdb..d1290d11cd0 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,3 +1,7 @@ +2009-04-16 Taco Hoekwater + + * image/image.h: remove the trick that forced a local png.h + 2009-04-16 Taco Hoekwater * luatexdir: import of the current state of luatex, 0.39.0. diff --git a/Build/source/texk/web2c/luatexdir/image/image.h b/Build/source/texk/web2c/luatexdir/image/image.h index 7d9bb8b0e00..d619a2f585d 100644 --- a/Build/source/texk/web2c/luatexdir/image/image.h +++ b/Build/source/texk/web2c/luatexdir/image/image.h @@ -18,12 +18,12 @@ You should have received a copy of the GNU General Public License along with LuaTeX; if not, see . */ -/* $Id: image.h 1407 2008-07-15 10:49:28Z taco $ */ +/* $Id: image.h 2307 2009-04-16 17:37:31Z taco $ */ #ifndef IMAGE_H # define IMAGE_H -# include <../libpng/png.h> +# include # define JPG_UINT16 unsigned int # define JPG_UINT32 unsigned long -- cgit v1.2.3