modules/engines/pixbuf/pixbuf-style.h include <gtk/gtk.h> instead of
2008-05-28 Michael Natterer <mitch@imendio.com> * modules/engines/pixbuf/pixbuf-style.h * modules/engines/pixbuf/pixbuf-rc-style.h: include <gtk/gtk.h> instead of individual files. svn path=/trunk/; revision=20199
This commit is contained in:
parent
ea9c6f301d
commit
b3a72695b7
@ -1,3 +1,9 @@
|
||||
2008-05-28 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* modules/engines/pixbuf/pixbuf-style.h
|
||||
* modules/engines/pixbuf/pixbuf-rc-style.h: include <gtk/gtk.h>
|
||||
instead of individual files.
|
||||
|
||||
2008-05-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 485218 - Strange warning encountered
|
||||
|
@ -20,7 +20,7 @@
|
||||
* Carsten Haitzler <raster@rasterman.com>
|
||||
*/
|
||||
|
||||
#include <gtk/gtkrc.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
typedef struct _PixbufRcStyle PixbufRcStyle;
|
||||
typedef struct _PixbufRcStyleClass PixbufRcStyleClass;
|
||||
|
@ -20,7 +20,7 @@
|
||||
* Carsten Haitzler <raster@rasterman.com>
|
||||
*/
|
||||
|
||||
#include <gtk/gtkstyle.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
typedef struct _PixbufStyle PixbufStyle;
|
||||
typedef struct _PixbufStyleClass PixbufStyleClass;
|
||||
|
Loading…
Reference in New Issue
Block a user