]> Pileus Git - ~andy/gtk/commitdiff
modules/engines/pixbuf/pixbuf-style.h include <gtk/gtk.h> instead of
authorMichael Natterer <mitch@imendio.com>
Tue, 27 May 2008 23:45:36 +0000 (23:45 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 27 May 2008 23:45:36 +0000 (23:45 +0000)
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

ChangeLog
modules/engines/pixbuf/pixbuf-rc-style.h
modules/engines/pixbuf/pixbuf-style.h

index 66d8f15b8ef5866c2acc206a6280ef201943e903..03e42cec6c906059687c5218856195050ae47cd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a031b6388f31962ad69fe75c4ec073ebaa13327f..96a6e0051bde23a353a25c7e778d6cd653ca9d37 100644 (file)
@@ -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;
index 4502ee5cabb8b043d01fb9c3b5d2eccf94850df0..66f8cc63586facb731503ad34da6f6d8c6129991 100644 (file)
@@ -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;