diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/image/writepng.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/image/writepng.w | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/image/writepng.w b/Build/source/texk/web2c/luatexdir/image/writepng.w index 17624b18f7f..57079f5c5fc 100644 --- a/Build/source/texk/web2c/luatexdir/image/writepng.w +++ b/Build/source/texk/web2c/luatexdir/image/writepng.w @@ -1,7 +1,7 @@ % writepng.w % % Copyright 1996-2006 Han The Thanh <thanh@@pdftex.org> -% Copyright 2006-2011 Taco Hoekwater <taco@@luatex.org> +% Copyright 2006-2013 Taco Hoekwater <taco@@luatex.org> % % This file is part of LuaTeX. % @@ -23,8 +23,8 @@ static const char _svn_version[] = "$Id: writepng.w 4442 2012-05-25 22:40:34Z hhenkel $" "$URL: https://foundry.supelec.fr/svn/luatex/tags/beta-0.76.0/source/texk/web2c/luatexdir/image/writepng.w $"; -#include <assert.h> #include "ptexlib.h" +#include <assert.h> #include "image/image.h" #include "image/writepng.h" |