diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-23 09:36:07 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-23 09:36:07 +0000 |
commit | 1ed489e3febf1033cfde659287f60f3e67a94e93 (patch) | |
tree | ed0eae5c9954ae37d6daf69066741d9dd3476b52 /Build/source/texk/xdvik/xdvi.h | |
parent | e31eb756dfde607d76f8ad421fa7b85701393b7c (diff) |
xdvik: Use link instead of compile check for XInput 2.1
Do not include c-auto.h from headers
git-svn-id: svn://tug.org/texlive/trunk@34354 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/xdvi.h')
-rw-r--r-- | Build/source/texk/xdvik/xdvi.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/xdvik/xdvi.h b/Build/source/texk/xdvik/xdvi.h index bd6542be223..3b0600cc8ea 100644 --- a/Build/source/texk/xdvik/xdvi.h +++ b/Build/source/texk/xdvik/xdvi.h @@ -35,10 +35,8 @@ in xdvi.c. /* headers used by all modules */ #include "xdvi-debug.h" -#include "c-auto.h" -#include "kpathsea/c-auto.h" /* kpathsea definitions */ -#include "kpathsea/config.h" +#include "kpathsea/config.h" /* kpathsea definitions */ /******************************** * The C environment * |