comparison src/audacious/ui_skinned_number.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
16 * 16 *
17 * The Audacious team does not consider modular code linking to 17 * The Audacious team does not consider modular code linking to
18 * Audacious or using our public API to be a derived work. 18 * Audacious or using our public API to be a derived work.
19 */ 19 */
20 20
21 #ifndef UISKINNEDNUMBER_H 21 #ifndef AUDACIOUS_UI_SKINNED_NUMBER_H
22 #define UISKINNEDNUMBER_H 22 #define AUDACIOUS_UI_SKINNED_NUMBER_H
23 23
24 #include <gtk/gtk.h> 24 #include <gtk/gtk.h>
25 #include "ui_skin.h" 25 #include "ui_skin.h"
26 26
27 #ifdef __cplusplus 27 #ifdef __cplusplus
56 56
57 #ifdef __cplusplus 57 #ifdef __cplusplus
58 } 58 }
59 #endif 59 #endif
60 60
61 #endif 61 #endif /* AUDACIOUS_UI_SKINNED_NUMBER_H */