blob: 80c356d9de809aac29230f198fe39e0f10d64202 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
From TeX Live svn rev 23421.
Remove unnecessary headers. Fixes build with kpathsea from TeX Live 2012.
Index: source/texk/web2c/luatexdir/luatex.c
===================================================================
--- source/texk/web2c/luatexdir/luatex.c (revision 23420)
+++ source/texk/web2c/luatexdir/luatex.c (revision 23421)
@@ -32,7 +32,6 @@
#include <kpathsea/readable.h>
#include <kpathsea/variable.h>
#include <kpathsea/absolute.h>
-#include <kpathsea/recorder.h>
#ifdef WIN32
#include <kpathsea/concatn.h>
#endif
Index: source/texk/web2c/lib/texmfmp.c
===================================================================
--- source/texk/web2c/lib/texmfmp.c (revision 23420)
+++ source/texk/web2c/lib/texmfmp.c (revision 23421)
@@ -17,7 +17,6 @@
#include <kpathsea/readable.h>
#include <kpathsea/variable.h>
#include <kpathsea/absolute.h>
-#include <kpathsea/recorder.h>
#ifdef WIN32
#include <kpathsea/concatn.h>
#endif
|