don't include <gegl-plugin.h> any longer.

2008-02-05  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpgegltool.c: don't include <gegl-plugin.h> any longer.


svn path=/trunk/; revision=24816
This commit is contained in:
Michael Natterer 2008-02-05 21:26:09 +00:00 committed by Michael Natterer
parent d258d331dc
commit 3d079cfaee
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-02-05 Michael Natterer <mitch@gimp.org>
* app/tools/gimpgegltool.c: don't include <gegl-plugin.h> any longer.
2008-02-05 Michael Natterer <mitch@gimp.org>
* app/widgets/gimppropwidgets.c (gimp_prop_table_new): don't forget

View file

@ -21,7 +21,6 @@
#include <string.h>
#include <gegl.h>
#include <gegl-plugin.h> /* temp hack for color pspec */
#include <gtk/gtk.h>
#include "libgimpcolor/gimpcolor.h"