removed unneeded #includes.

2002-11-18  Michael Natterer  <mitch@gimp.org>

	* app/tools/tool_manager.c: removed unneeded #includes.
This commit is contained in:
Michael Natterer 2002-11-18 00:13:24 +00:00 committed by Michael Natterer
parent 009e834994
commit 80a1156202
2 changed files with 10 additions and 11 deletions

View file

@ -1,3 +1,7 @@
2002-11-18 Michael Natterer <mitch@gimp.org>
* app/tools/tool_manager.c: removed unneeded #includes.
2002-11-18 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimpdialog.c: removed the "feature" of creating

View file

@ -33,28 +33,23 @@
#include "libgimptool/gimptoolcontrol.h"
#include "gui/brush-select.h"
#include "display/gimpdisplay.h"
#include "gimptoolcontrol.h"
#include "gimprectselecttool.h"
#include "paint_options.h"
#include "tool_manager.h"
#include "tool_options.h"
#include "tools.h"
#include "gimpairbrushtool.h"
#include "gimppaintbrushtool.h"
#include "gimpclonetool.h"
#include "gimpconvolvetool.h"
#include "gimpdodgeburntool.h"
#include "gimperasertool.h"
#include "gimppaintbrushtool.h"
#include "gimppenciltool.h"
#include "gimprectselecttool.h"
#include "gimpsmudgetool.h"
#include "gimptoolcontrol.h"
#include "tool_manager.h"
#include "tool_options.h"
#include "tools.h"
#include "app_procs.h"
#include "gimprc.h"
#include "libgimp/gimpintl.h"