From b9d2950e8fe95824004ef8e6b30ce8fe1a549247 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Wed, 10 Sep 2003 22:27:43 +0000 Subject: [PATCH] include text-types.h instead of core-types.h 2003-09-10 Manish Singh * app/text/gimpfonts.c: include text-types.h instead of core-types.h --- ChangeLog | 4 ++++ app/text/gimp-fonts.c | 2 +- app/text/gimpfonts.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27057fe0ff..244df6433e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-10 Manish Singh + + * app/text/gimpfonts.c: include text-types.h instead of core-types.h + 2003-09-11 Sven Neumann * app/vectors/gimpvectors-import.[ch] diff --git a/app/text/gimp-fonts.c b/app/text/gimp-fonts.c index 37305e999b..d6e6285c66 100644 --- a/app/text/gimp-fonts.c +++ b/app/text/gimp-fonts.c @@ -29,7 +29,7 @@ #include "libgimpbase/gimpbase.h" -#include "core/core-types.h" +#include "text-types.h" #include "config/gimpconfig-path.h" #include "config/gimpcoreconfig.h" diff --git a/app/text/gimpfonts.c b/app/text/gimpfonts.c index 37305e999b..d6e6285c66 100644 --- a/app/text/gimpfonts.c +++ b/app/text/gimpfonts.c @@ -29,7 +29,7 @@ #include "libgimpbase/gimpbase.h" -#include "core/core-types.h" +#include "text-types.h" #include "config/gimpconfig-path.h" #include "config/gimpcoreconfig.h"