summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32/mktexmf.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-10 06:20:40 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-10 06:20:40 +0000
commit56e0b73ad25c9335dbb3f13d12e117ed5ccc34e6 (patch)
treea7ce24a19af5318af7d3426e0eaf52a17a465e8b /Build/source/texk/kpathsea/win32/mktexmf.c
parente9b6e32afa1f6ee5db62ee28bf91cc4a4737f48b (diff)
WIN32: more C program replacements for Unix shell scripts (from Akira's W32TeX)
git-svn-id: svn://tug.org/texlive/trunk@23477 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/win32/mktexmf.c')
-rw-r--r--Build/source/texk/kpathsea/win32/mktexmf.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/Build/source/texk/kpathsea/win32/mktexmf.c b/Build/source/texk/kpathsea/win32/mktexmf.c
index df7f6f28c59..a1ff80b87f0 100644
--- a/Build/source/texk/kpathsea/win32/mktexmf.c
+++ b/Build/source/texk/kpathsea/win32/mktexmf.c
@@ -5,14 +5,8 @@
*/
#include <kpathsea/kpathsea.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <malloc.h>
-#include <fcntl.h>
-#include <io.h>
-#include <string.h>
-#include <ctype.h>
+#include "dirutil.h"
#include "getdestdir.h"
#include "mktexupd.h"