comparison src/audacious/ui_skinned_textbox.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 UISKINNEDTEXTBOX_H 27 #ifndef AUDACIOUS_UI_SKINNED_TEXTBOX_H
28 #define UISKINNEDTEXTBOX_H 28 #define AUDACIOUS_UI_SKINNED_TEXTBOX_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
66 66
67 #ifdef __cplusplus 67 #ifdef __cplusplus
68 } 68 }
69 #endif 69 #endif
70 70
71 #endif 71 #endif /* AUDACIOUS_UI_SKINNED_TEXTBOX_H */