diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontInst.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXFontInst.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h b/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h index be2759ffd49..119f42808a9 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h +++ b/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h @@ -43,14 +43,13 @@ authorization from the copyright holders. #ifndef __XeTeXFontInst_H #define __XeTeXFontInst_H +#include "XeTeXFontMgr.h" + #include <stdio.h> #include <ft2build.h> #include FT_FREETYPE_H #include FT_TRUETYPE_TABLES_H -#include "XeTeXFontMgr.h" -#include "XeTeX_ext.h" - #define MATH_TAG HB_TAG('M','A','T','H') // create specific subclasses for each supported platform |