include text-types.h instead of core-types.h

2003-09-10  Manish Singh  <yosh@gimp.org>

        * app/text/gimpfonts.c: include text-types.h instead of core-types.h
This commit is contained in:
Manish Singh
2003-09-10 22:27:43 +00:00
committed by Manish Singh
parent 0037f5a7ea
commit b9d2950e8f
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-09-10 Manish Singh <yosh@gimp.org>
* app/text/gimpfonts.c: include text-types.h instead of core-types.h
2003-09-11 Sven Neumann <sven@gimp.org>
* app/vectors/gimpvectors-import.[ch]

View File

@ -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"

View File

@ -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"