summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/tfmread.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/makejvf/tfmread.c')
-rw-r--r--Build/source/texk/makejvf/tfmread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/makejvf/tfmread.c b/Build/source/texk/makejvf/tfmread.c
index 0122e2d24c1..7af673d4304 100644
--- a/Build/source/texk/makejvf/tfmread.c
+++ b/Build/source/texk/makejvf/tfmread.c
@@ -1,10 +1,10 @@
+#include <kpathsea/kpathsea.h>
+#include "makejvf.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <kpathsea/kpathsea.h>
-#include "makejvf.h"
-
int nt,unit,zh,zw,jfm_id;
int *width,*height,*depth,*italic,*glue_kern,*kern,*glue,*param;
unsigned char *header,*char_type,*char_info;