Mercurial > audlegacy
diff src/audacious/ui_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 | 2638175099e0 |
children | ab8bc8a89a52 |
line wrap: on
line diff
--- a/src/audacious/ui_main.h Sun May 18 21:11:14 2008 +0300 +++ b/src/audacious/ui_main.h Mon May 19 01:29:46 2008 +0300 @@ -20,8 +20,8 @@ * Audacious or using our public API to be a derived work. */ -#ifndef MAINWIN_H -#define MAINWIN_H +#ifndef AUDACIOUS_UI_MAIN_H +#define AUDACIOUS_UI_MAIN_H #include <gtk/gtk.h> @@ -191,4 +191,4 @@ void util_menu_main_show( gint x , gint y , guint button , guint time ); -#endif +#endif /* AUDACIOUS_UI_MAIN_H */