comparison src/audacious/ui_skinned_playstatus.h @ 3219:2f08ee945857 trunk

fix includes
author Tomasz Mon <desowin@gmail.com>
date Thu, 02 Aug 2007 15:05:46 +0200
parents f1c756f39e6c
children 46591501603e
comparison
equal deleted inserted replaced
3218:018b37cf0730 3219:2f08ee945857
25 */ 25 */
26 26
27 #ifndef UISKINNEDPLAYSTATUS_H 27 #ifndef UISKINNEDPLAYSTATUS_H
28 #define UISKINNEDPLAYSTATUS_H 28 #define UISKINNEDPLAYSTATUS_H
29 29
30 #include <gdk/gdk.h> 30 #include <gtk/gtk.h>
31 #include <gtk/gtkadjustment.h>
32 #include <gtk/gtkwidget.h>
33 31
34 #ifdef __cplusplus 32 #ifdef __cplusplus
35 extern "C" { 33 extern "C" {
36 #endif 34 #endif
37 35