diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lang/hyphen.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lang/hyphen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lang/hyphen.h b/Build/source/texk/web2c/luatexdir/lang/hyphen.h index 8e5e5785c93..669f2258f7a 100644 --- a/Build/source/texk/web2c/luatexdir/lang/hyphen.h +++ b/Build/source/texk/web2c/luatexdir/lang/hyphen.h @@ -42,8 +42,6 @@ extern "C" { typedef struct _HyphenDict HyphenDict; -# include "ptexlib.h" - HyphenDict *hnj_hyphen_new(void); void hnj_hyphen_load(HyphenDict * dict, const unsigned char *fn); void hnj_hyphen_free(HyphenDict * dict); |