diff options
author | Han The Thanh <hanthethanh@gmail.com> | 2009-04-03 23:45:22 +0000 |
---|---|---|
committer | Han The Thanh <hanthethanh@gmail.com> | 2009-04-03 23:45:22 +0000 |
commit | 0a599c29bd094c790bb658635d852a9abc01e162 (patch) | |
tree | 2a085062c69db51a35920d99aea6254299e725db /Build/source/texk/web2c/pdftexdir/pdftoepdf.cc | |
parent | 613c4af339514c80fc713d3ac84386487e7c2a3c (diff) |
import recent changes from pdftex
git-svn-id: svn://tug.org/texlive/trunk@12619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/pdftoepdf.cc')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftoepdf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc b/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc index 2bf858d842d..10c67f8eb4a 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc +++ b/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc @@ -18,13 +18,13 @@ with pdfTeX; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include <aconf.h> #include <stdlib.h> #include <math.h> #include <stddef.h> #include <stdio.h> #include <string.h> #include <ctype.h> -#include <aconf.h> #include <GString.h> #include <gmem.h> #include <gfile.h> |