removed useless includes.

2003-03-01  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpblendtool.c: removed useless includes.
This commit is contained in:
Michael Natterer
2003-03-01 03:06:27 +00:00
committed by Michael Natterer
parent d1c1a597b9
commit 9525f64c71
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2003-03-01 Michael Natterer <mitch@gimp.org>
* app/tools/gimpblendtool.c: removed useless includes.
2003-02-28 Sven Neumann <sven@gimp.org>
* app/core/gimpcontext.c (gimp_context_class_init): oops.

View File

@ -37,12 +37,6 @@
#include "display/gimpdisplay.h"
#include "display/gimpprogress.h"
#include "widgets/gimpdnd.h"
#include "widgets/gimpdialogfactory.h"
#include "widgets/gimpdock.h"
#include "widgets/gimpenummenu.h"
#include "widgets/gimppreview.h"
#include "gimpblendoptions.h"
#include "gimpblendtool.h"