diff --git a/src/modules/Image/font.c b/src/modules/Image/font.c
index 220a46093ec5aeeddd2ddd5a1cf66f3a7fd5c642..c2006cbf6cde6565e1e836cc11c20383cef3b3e3 100644
--- a/src/modules/Image/font.c
+++ b/src/modules/Image/font.c
@@ -1,4 +1,4 @@
-/* $Id: font.c,v 1.53 1999/06/19 20:24:45 hubbe Exp $ */
+/* $Id: font.c,v 1.54 1999/09/14 13:55:08 mirar Exp $ */
 #include "global.h"
 
 #define SPACE_CHAR 'i'
@@ -9,7 +9,7 @@ extern unsigned char * image_default_font;
 /*
 **! module Image
 **! note
-**!	$Id: font.c,v 1.53 1999/06/19 20:24:45 hubbe Exp $
+**!	$Id: font.c,v 1.54 1999/09/14 13:55:08 mirar Exp $
 **! class Font
 **!
 **! note
@@ -140,9 +140,7 @@ Kerningtable types:
  */
 
 
-
-
-#include "fdlib.h"
+#include "image_machine.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -165,8 +163,6 @@ Kerningtable types:
 
 #include <errno.h>
 
-#include "image_machine.h"
-
 #include "stralloc.h"
 #include "pike_macros.h"
 #include "object.h"
@@ -184,6 +180,8 @@ Kerningtable types:
 
 #include "dmalloc.h"
 
+#include "fdlib.h"
+
 extern struct program *font_program;
 extern struct program *image_program;