From da4684f3a516fa8eff27e40bc95675222cfdf116 Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Tue, 14 Sep 1999 15:55:08 +0200 Subject: [PATCH] moving around header file som they'll work a little better Rev: src/modules/Image/font.c:1.54 --- src/modules/Image/font.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/modules/Image/font.c b/src/modules/Image/font.c index 220a46093e..c2006cbf6c 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; -- GitLab