comparison src/audacious/ui_skinned_equalizer_graph.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 UISKINNEDEQUALIZERGRAPH_H 27 #ifndef AUDACIOUS_UI_SKINNED_EQUALIZER_GRAPH_H
28 #define UISKINNEDEQUALIZERGRAPH_H 28 #define AUDACIOUS_UI_SKINNED_EQUALIZER_GRAPH_H
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 #include "ui_skin.h" 31 #include "ui_skin.h"
32 32
33 #ifdef __cplusplus 33 #ifdef __cplusplus
58 58
59 #ifdef __cplusplus 59 #ifdef __cplusplus
60 } 60 }
61 #endif 61 #endif
62 62
63 #endif 63 #endif /* AUDACIOUS_UI_SKINNED_EQUALIZER_GRAPH_H */