diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-25 15:17:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-25 15:17:05 +0000 |
commit | 332825cfb757edbb7ef1fffb5c941dfe4e2f3404 (patch) | |
tree | d3798d6165e36e8930aff57a004fe09ad1e9592f /Build/source/texk/dvipos/utils.h | |
parent | fe266860c555d8dbc9592a0c2d273da711cb3141 (diff) |
minor
git-svn-id: svn://tug.org/texlive/trunk@17204 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipos/utils.h')
-rw-r--r-- | Build/source/texk/dvipos/utils.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Build/source/texk/dvipos/utils.h b/Build/source/texk/dvipos/utils.h index af06ad33ecc..25c5e03938d 100644 --- a/Build/source/texk/dvipos/utils.h +++ b/Build/source/texk/dvipos/utils.h @@ -27,13 +27,7 @@ #include "gnu-miktex.h" #include "web2c-miktex.h" #else -#include <kpathsea/config.h> -#include <kpathsea/c-auto.h> -#include <kpathsea/c-ctype.h> -#include <kpathsea/tex-file.h> -#ifndef WIN32 -#include <kpathsea/getopt.h> -#endif +#include <kpathsea/kpathsea.h> #endif typedef int UNSIGNED_BYTE, SIGNED_BYTE, SIGNED_PAIR; |