summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/utils.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-06-28 08:14:19 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-06-28 08:14:19 +0000
commitd1028259a790fbbef87c2ce47f046057f15489ab (patch)
tree5da3a1fc518a5c63a4fe256ed0ab9c231d0d6076 /Build/source/texk/web2c/pdftexdir/utils.c
parent1a70c47822d9d7b990ea89c6fdb09ea203b074be (diff)
pdfTeX: allow to build with poppler >= 0.19.0 (aka system-xpdf)
git-svn-id: svn://tug.org/texlive/trunk@26905 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/utils.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/utils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/utils.c b/Build/source/texk/web2c/pdftexdir/utils.c
index 776a99dd7e5..af8794df243 100644
--- a/Build/source/texk/web2c/pdftexdir/utils.c
+++ b/Build/source/texk/web2c/pdftexdir/utils.c
@@ -25,11 +25,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#else
#include <sysexits.h>
#endif
-#ifdef __MINGW32__
-#include <regex/regex.h>
-#else
#include <regex.h>
-#endif
#include <kpathsea/c-proto.h>
#include <kpathsea/c-stat.h>
#include <kpathsea/c-fopen.h>