Mercurial > audlegacy
diff 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 |
line wrap: on
line diff
--- a/src/audacious/ui_skinned_equalizer_graph.h Sun May 18 21:11:14 2008 +0300 +++ b/src/audacious/ui_skinned_equalizer_graph.h Mon May 19 01:29:46 2008 +0300 @@ -24,8 +24,8 @@ * Audacious or using our public API to be a derived work. */ -#ifndef UISKINNEDEQUALIZERGRAPH_H -#define UISKINNEDEQUALIZERGRAPH_H +#ifndef AUDACIOUS_UI_SKINNED_EQUALIZER_GRAPH_H +#define AUDACIOUS_UI_SKINNED_EQUALIZER_GRAPH_H #include <gtk/gtk.h> #include "ui_skin.h" @@ -60,4 +60,4 @@ } #endif -#endif +#endif /* AUDACIOUS_UI_SKINNED_EQUALIZER_GRAPH_H */