don't #include "gimp.h".

2006-05-08  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpdrawable.c: don't #include "gimp.h".
This commit is contained in:
Michael Natterer 2006-05-08 11:15:51 +00:00 committed by Michael Natterer
parent 7c6cb67c31
commit 9d36204976
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-05-08 Michael Natterer <mitch@gimp.org>
* app/core/gimpdrawable.c: don't #include "gimp.h".
2006-05-07 Simon Budig <simon@gimp.org>
* modules/colorsel_triangle.c: Make the hue angle behave

View File

@ -32,7 +32,6 @@
#include "paint-funcs/paint-funcs.h"
#include "paint-funcs/scale-funcs.h"
#include "gimp.h"
#include "gimp-utils.h"
#include "gimpchannel.h"
#include "gimpcontext.h"
@ -1102,7 +1101,7 @@ gimp_drawable_fill (GimpDrawable *drawable,
g_return_if_fail (color != NULL || pattern != NULL);
g_return_if_fail (pattern == NULL || GIMP_IS_PATTERN (pattern));
item = GIMP_ITEM (drawable);
item = GIMP_ITEM (drawable);
image = gimp_item_get_image (item);
drawable_type = gimp_drawable_type (drawable);