#include <gegl.h> instead of <glib-object.h>

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

	* app/app.c: #include <gegl.h> instead of <glib-object.h>


svn path=/trunk/; revision=24826
This commit is contained in:
Michael Natterer 2008-02-07 11:43:19 +00:00 committed by Michael Natterer
parent 52b1a68b07
commit ce7e0c224c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-02-07 Michael Natterer <mitch@gimp.org>
* app/app.c: #include <gegl.h> instead of <glib-object.h>
2008-02-07 Sven Neumann <sven@gimp.org>
* app/text/gimptext-parasite.c: formatting.

View File

@ -30,7 +30,7 @@
#include <unistd.h>
#endif
#include <glib-object.h>
#include <gegl.h>
#include "libgimpbase/gimpbase.h"
#include "libgimpconfig/gimpconfig.h"