include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h".
2007-03-09 Michael Natterer <mitch@gimp.org> * app/core/core-types.h: include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h". * app/core/gimpbrush.h * app/paint/gimppaintcore.h * app/paint/gimpperspectiveclone.h * app/text/gimptext.h * app/tools/gimptransformtool.h: include gimpvector.h and gimpmatrix.h explicitely where they are needed in public structs. * app/*/*.c * tools/pdbgen/pdb/paths.pdb: include "libgimpmath/gimpmath.h" where needed. * app/pdb/paths_cmds.c: regenerated. svn path=/trunk/; revision=22084
This commit is contained in:
committed by
Michael Natterer
parent
974a74004f
commit
83d3a750d4
@ -20,6 +20,8 @@
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "libgimpmath/gimpmath.h"
|
||||
|
||||
#include "core-types.h"
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
Reference in New Issue
Block a user