comparison src/audacious/ui_skinned_playlist_slider.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 46591501603e
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_SLIDER_H 27 #ifndef AUDACIOUS_UI_SKINNED_PLAYLIST_SLIDER_H
28 #define UISKINNEDPLAYLIST_SLIDER_H 28 #define AUDACIOUS_UI_SKINNED_PLAYLIST_SLIDER_H
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 31
32 #ifdef __cplusplus 32 #ifdef __cplusplus
33 extern "C" { 33 extern "C" {
58 58
59 #ifdef __cplusplus 59 #ifdef __cplusplus
60 } 60 }
61 #endif 61 #endif
62 62
63 #endif 63 #endif /* AUDACIOUS_UI_SKINNED_PLAYLIST_SLIDER_H */