diff --git a/ChangeLog b/ChangeLog index 66d8f15b8e..03e42cec6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-28 Michael Natterer + + * modules/engines/pixbuf/pixbuf-style.h + * modules/engines/pixbuf/pixbuf-rc-style.h: include + instead of individual files. + 2008-05-27 Matthias Clasen Bug 485218 - Strange warning encountered diff --git a/modules/engines/pixbuf/pixbuf-rc-style.h b/modules/engines/pixbuf/pixbuf-rc-style.h index a031b6388f..96a6e0051b 100644 --- a/modules/engines/pixbuf/pixbuf-rc-style.h +++ b/modules/engines/pixbuf/pixbuf-rc-style.h @@ -20,7 +20,7 @@ * Carsten Haitzler */ -#include +#include typedef struct _PixbufRcStyle PixbufRcStyle; typedef struct _PixbufRcStyleClass PixbufRcStyleClass; diff --git a/modules/engines/pixbuf/pixbuf-style.h b/modules/engines/pixbuf/pixbuf-style.h index 4502ee5cab..66f8cc6358 100644 --- a/modules/engines/pixbuf/pixbuf-style.h +++ b/modules/engines/pixbuf/pixbuf-style.h @@ -20,7 +20,7 @@ * Carsten Haitzler */ -#include +#include typedef struct _PixbufStyle PixbufStyle; typedef struct _PixbufStyleClass PixbufStyleClass;