diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/makeindexk/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/makeindexk/mkind.h | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/makeindexk/ChangeLog b/Build/source/texk/makeindexk/ChangeLog index 70f2b2ae428..cf38559a887 100644 --- a/Build/source/texk/makeindexk/ChangeLog +++ b/Build/source/texk/makeindexk/ChangeLog @@ -1,3 +1,7 @@ +2012-10-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * mkind.h: Drop duplicate '#include "c-auto.h"'. + 2012-10-15 Peter Breitenlohner <peb@mppmu.mpg.de> * mkind.c: Avoid TL vs W32TeX diffs (from Akira). diff --git a/Build/source/texk/makeindexk/mkind.h b/Build/source/texk/makeindexk/mkind.h index e0b2917cd14..dab51a20893 100644 --- a/Build/source/texk/makeindexk/mkind.h +++ b/Build/source/texk/makeindexk/mkind.h @@ -25,7 +25,7 @@ * */ -#include "c-auto.h" +#include <c-auto.h> /*********************************************************************** @@ -95,7 +95,6 @@ #include <kpathsea/progname.h> #include <kpathsea/tex-glyph.h> #include <kpathsea/expand.h> -#include <c-auto.h> #endif #include <stdio.h> |