summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/lang
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lang')
-rw-r--r--Build/source/texk/web2c/luatexdir/lang/hyphen.h2
-rw-r--r--Build/source/texk/web2c/luatexdir/lang/hyphen.w2
2 files changed, 1 insertions, 3 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);
diff --git a/Build/source/texk/web2c/luatexdir/lang/hyphen.w b/Build/source/texk/web2c/luatexdir/lang/hyphen.w
index 99825638fac..b39993fd4be 100644
--- a/Build/source/texk/web2c/luatexdir/lang/hyphen.w
+++ b/Build/source/texk/web2c/luatexdir/lang/hyphen.w
@@ -42,7 +42,7 @@ static const char _svn_version[] =
"$Id: hyphen.w 4599 2013-03-19 15:41:07Z taco $ "
"$URL: https://foundry.supelec.fr/svn/luatex/tags/beta-0.76.0/source/texk/web2c/luatexdir/lang/hyphen.w $";
-#include "lang/hyphen.h" /* includes ptexlib.h */
+#include "ptexlib.h"
#include <stdlib.h> /* for NULL, malloc */
#include <stdio.h> /* for fprintf */