comparison src/audacious/ui_skinned_playlist.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents 246244ead30e
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
22 * 22 *
23 * The Audacious team does not consider modular code linking to 23 * The Audacious team does not consider modular code linking to
24 * Audacious or using our public API to be a derived work. 24 * Audacious or using our public API to be a derived work.
25 */ 25 */
26 26
27 #ifndef UISKINNEDPLAYLIST_H 27 #ifndef AUDACIOUS_UI_SKINNED_PLAYLIST_H
28 #define UISKINNEDPLAYLIST_H 28 #define AUDACIOUS_UI_SKINNED_PLAYLIST_H
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 31
32 #include <cairo.h> 32 #include <cairo.h>
33 #include <pango/pangocairo.h> 33 #include <pango/pangocairo.h>
72 72
73 #ifdef __cplusplus 73 #ifdef __cplusplus
74 } 74 }
75 #endif 75 #endif
76 76
77 #endif 77 #endif /* AUDACIOUS_UI_SKINNED_PLAYLIST_H */