mirror of https://github.com/GNOME/gimp.git
#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:
parent
8d9e362249
commit
dd9cb1c99c
|
@ -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
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue