diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-08-29 12:28:33 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-08-29 12:28:33 +0000 |
commit | ea0dec5be3e50130c8561c79dcdbbcccf2f6da4b (patch) | |
tree | cb214eaf4db8fa43309078185b028acb9308eefe /Build/source/texk/web2c/luatexdir/image/epdf.h | |
parent | 96696348ebb22f703d45f359cb000e006fdd39e4 (diff) |
texk/web2c (luaTeX): Drop workaround for poppler < 0.25
git-svn-id: svn://tug.org/texlive/trunk@38236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/image/epdf.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/image/epdf.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/image/epdf.h b/Build/source/texk/web2c/luatexdir/image/epdf.h index c7f475eaa95..2c9d5db53e5 100644 --- a/Build/source/texk/web2c/luatexdir/image/epdf.h +++ b/Build/source/texk/web2c/luatexdir/image/epdf.h @@ -1,7 +1,7 @@ /* epdf.h Copyright 1996-2006 Han The Thanh <thanh@pdftex.org> - Copyright 2006-2012 Taco Hoekwater <taco@luatex.org> + Copyright 2006-2015 Taco Hoekwater <taco@luatex.org> This file is part of LuaTeX. LuaTeX is free software; you can redistribute it and/or modify it under @@ -47,9 +47,7 @@ extern "C" { # include <Dict.h> # include <XRef.h> # include <Catalog.h> -# ifdef HAVE_STRUCTTREEROOT_H -# include <StructTreeRoot.h> -# endif +# include <StructTreeRoot.h> # include <Link.h> # include <Page.h> # include <GfxFont.h> |