# HG changeset patch # User Tomasz Mon # Date 1186059946 -7200 # Node ID 2f08ee9458578b3f7b89ee60bc23937ba33635a7 # Parent 018b37cf073008ccf2384d5f97b78366f356907e fix includes diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_skinned_button.h --- a/src/audacious/ui_skinned_button.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_skinned_button.h Thu Aug 02 15:05:46 2007 +0200 @@ -21,6 +21,8 @@ #ifndef UISKINNEDBUTTON_H #define UISKINNEDBUTTON_H +#include + #define UI_SKINNED_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ui_skinned_button_get_type(), UiSkinnedButton)) #define UI_SKINNED_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), ui_skinned_button_get_type(), UiSkinnedButtonClass)) #define UI_SKINNED_IS_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), ui_skinned_button_get_type())) diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_skinned_equalizer_graph.h --- a/src/audacious/ui_skinned_equalizer_graph.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_skinned_equalizer_graph.h Thu Aug 02 15:05:46 2007 +0200 @@ -27,6 +27,8 @@ #ifndef UISKINNEDEQUALIZERGRAPH_H #define UISKINNEDEQUALIZERGRAPH_H +#include + #ifdef __cplusplus extern "C" { #endif diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_skinned_equalizer_slider.h --- a/src/audacious/ui_skinned_equalizer_slider.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_skinned_equalizer_slider.h Thu Aug 02 15:05:46 2007 +0200 @@ -24,6 +24,8 @@ #ifndef UISKINNEDEQUALIZER_SLIDER_H #define UISKINNEDEQUALIZER_SLIDER_H +#include + #ifdef __cplusplus extern "C" { #endif diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_skinned_horizontal_slider.h --- a/src/audacious/ui_skinned_horizontal_slider.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_skinned_horizontal_slider.h Thu Aug 02 15:05:46 2007 +0200 @@ -27,6 +27,8 @@ #ifndef UISKINNEDHORIZONTAL_SLIDER_H #define UISKINNEDHORIZONTAL_SLIDER_H +#include + #ifdef __cplusplus extern "C" { #endif diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_skinned_menurow.h --- a/src/audacious/ui_skinned_menurow.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_skinned_menurow.h Thu Aug 02 15:05:46 2007 +0200 @@ -27,6 +27,8 @@ #ifndef UISKINNEDMENUROW_H #define UISKINNEDMENUROW_H +#include + #ifdef __cplusplus extern "C" { #endif diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_skinned_monostereo.h --- a/src/audacious/ui_skinned_monostereo.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_skinned_monostereo.h Thu Aug 02 15:05:46 2007 +0200 @@ -27,6 +27,8 @@ #ifndef UISKINNEDMONOSTEREO_H #define UISKINNEDMONOSTEREO_H +#include + #ifdef __cplusplus extern "C" { #endif diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_skinned_playlist.h --- a/src/audacious/ui_skinned_playlist.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_skinned_playlist.h Thu Aug 02 15:05:46 2007 +0200 @@ -27,6 +27,8 @@ #ifndef UISKINNEDPLAYLIST_H #define UISKINNEDPLAYLIST_H +#include + #ifdef __cplusplus extern "C" { #endif diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_skinned_playlist_slider.h --- a/src/audacious/ui_skinned_playlist_slider.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_skinned_playlist_slider.h Thu Aug 02 15:05:46 2007 +0200 @@ -27,6 +27,8 @@ #ifndef UISKINNEDPLAYLIST_SLIDER_H #define UISKINNEDPLAYLIST_SLIDER_H +#include + #ifdef __cplusplus extern "C" { #endif diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_skinned_playstatus.h --- a/src/audacious/ui_skinned_playstatus.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_skinned_playstatus.h Thu Aug 02 15:05:46 2007 +0200 @@ -27,9 +27,7 @@ #ifndef UISKINNEDPLAYSTATUS_H #define UISKINNEDPLAYSTATUS_H -#include -#include -#include +#include #ifdef __cplusplus extern "C" { diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_skinned_textbox.h --- a/src/audacious/ui_skinned_textbox.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_skinned_textbox.h Thu Aug 02 15:05:46 2007 +0200 @@ -27,6 +27,8 @@ #ifndef UISKINNEDTEXTBOX_H #define UISKINNEDTEXTBOX_H +#include + #ifdef __cplusplus extern "C" { #endif diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_svis.h --- a/src/audacious/ui_svis.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_svis.h Thu Aug 02 15:05:46 2007 +0200 @@ -21,9 +21,7 @@ #ifndef UISVIS_H #define UISVIS_H -#include -#include -#include +#include #ifdef __cplusplus extern "C" { diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/ui_vis.h --- a/src/audacious/ui_vis.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/ui_vis.h Thu Aug 02 15:05:46 2007 +0200 @@ -21,6 +21,8 @@ #ifndef UIVIS_H #define UIVIS_H +#include + #ifdef __cplusplus extern "C" { #endif diff -r 018b37cf0730 -r 2f08ee945857 src/audacious/widgets/widgetcore.h --- a/src/audacious/widgets/widgetcore.h Thu Aug 02 14:28:37 2007 +0200 +++ b/src/audacious/widgets/widgetcore.h Thu Aug 02 15:05:46 2007 +0200 @@ -22,6 +22,5 @@ #define _WIDGETCORE_H_ #include "skin.h" -#include #endif