#include <glib-object.h> instead of <gtk/gtk.h>.

2004-07-09  Michael Natterer  <mitch@gimp.org>

	* app/pdb/procedural_db.c: #include <glib-object.h> instead of
	<gtk/gtk.h>.
This commit is contained in:
Michael Natterer 2004-07-09 19:26:34 +00:00 committed by Michael Natterer
parent 8d9e362249
commit dd9cb1c99c
5 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2004-07-09 Michael Natterer <mitch@gimp.org>
* app/pdb/procedural_db.c: #include <glib-object.h> instead of
<gtk/gtk.h>.
2004-07-09 Michael Natterer <mitch@gimp.org>
* app/gui/Makefile.am

View File

@ -22,7 +22,7 @@
#include <string.h>
#include <sys/types.h>
#include <gtk/gtk.h>
#include <glib-object.h>
#include "libgimpbase/gimpbase.h"

View File

@ -22,7 +22,7 @@
#include <string.h>
#include <sys/types.h>
#include <gtk/gtk.h>
#include <glib-object.h>
#include "libgimpbase/gimpbase.h"

View File

@ -22,7 +22,7 @@
#include <string.h>
#include <sys/types.h>
#include <gtk/gtk.h>
#include <glib-object.h>
#include "libgimpbase/gimpbase.h"

View File

@ -22,7 +22,7 @@
#include <string.h>
#include <sys/types.h>
#include <gtk/gtk.h>
#include <glib-object.h>
#include "libgimpbase/gimpbase.h"