comparison src/audacious/main.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 084dbc8d23da
children 3a56d2786063
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
21 * 21 *
22 * The Audacious team does not consider modular code linking to 22 * The Audacious team does not consider modular code linking to
23 * Audacious or using our public API to be a derived work. 23 * Audacious or using our public API to be a derived work.
24 */ 24 */
25 25
26 #ifndef __AUDACIOUS_MAIN_H__ 26 #ifndef AUDACIOUS_MAIN_H
27 #define __AUDACIOUS_MAIN_H__ 27 #define AUDACIOUS_MAIN_H
28 28
29 #ifdef _AUDACIOUS_CORE 29 #ifdef _AUDACIOUS_CORE
30 # include "ui_main.h" 30 # include "ui_main.h"
31 # ifdef USE_DBUS 31 # ifdef USE_DBUS
32 # include "dbus-service.h" 32 # include "dbus-service.h"
84 84
85 void aud_quit(void); 85 void aud_quit(void);
86 86
87 G_END_DECLS 87 G_END_DECLS
88 88
89 #endif /* __AUDACIOUS_MAIN_H__ */ 89 #endif /* AUDACIOUS_MAIN_H */