mirror of https://github.com/GNOME/gimp.git
app/paint/gimpclone.c app/paint/gimpheal.c app/paint/gimpink.c remove
2008-02-06 Michael Natterer <mitch@gimp.org> * app/paint/gimpclone.c * app/paint/gimpheal.c * app/paint/gimpink.c * app/widgets/gimphistogrameditor.c: remove includes that are not needed any longer. svn path=/trunk/; revision=24823
This commit is contained in:
parent
ce99c14bae
commit
f4272e69e7
|
@ -1,3 +1,11 @@
|
||||||
|
2008-02-06 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* app/paint/gimpclone.c
|
||||||
|
* app/paint/gimpheal.c
|
||||||
|
* app/paint/gimpink.c
|
||||||
|
* app/widgets/gimphistogrameditor.c: remove includes that are
|
||||||
|
not needed any longer.
|
||||||
|
|
||||||
2008-02-06 Michael Natterer <mitch@gimp.org>
|
2008-02-06 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/gegl/gimpoperationposterize.c
|
* app/gegl/gimpoperationposterize.c
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#include "base/pixel-region.h"
|
#include "base/pixel-region.h"
|
||||||
#include "base/temp-buf.h"
|
#include "base/temp-buf.h"
|
||||||
#include "base/tile-manager.h"
|
|
||||||
|
|
||||||
#include "paint-funcs/paint-funcs.h"
|
#include "paint-funcs/paint-funcs.h"
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
#include "base/pixel-region.h"
|
#include "base/pixel-region.h"
|
||||||
#include "base/temp-buf.h"
|
#include "base/temp-buf.h"
|
||||||
#include "base/tile-manager.h"
|
|
||||||
|
|
||||||
#include "core/gimppickable.h"
|
#include "core/gimppickable.h"
|
||||||
#include "core/gimpimage.h"
|
#include "core/gimpimage.h"
|
||||||
|
|
|
@ -28,8 +28,6 @@
|
||||||
|
|
||||||
#include "base/pixel-region.h"
|
#include "base/pixel-region.h"
|
||||||
#include "base/temp-buf.h"
|
#include "base/temp-buf.h"
|
||||||
#include "base/tile.h"
|
|
||||||
#include "base/tile-manager.h"
|
|
||||||
|
|
||||||
#include "paint-funcs/paint-funcs.h"
|
#include "paint-funcs/paint-funcs.h"
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#include "widgets-types.h"
|
#include "widgets-types.h"
|
||||||
|
|
||||||
#include "base/gimphistogram.h"
|
#include "base/gimphistogram.h"
|
||||||
#include "base/pixel-region.h"
|
|
||||||
|
|
||||||
#include "core/gimp.h"
|
#include "core/gimp.h"
|
||||||
#include "core/gimpdrawable.h"
|
#include "core/gimpdrawable.h"
|
||||||
|
|
Loading…
Reference in New Issue