Mercurial > audlegacy
diff src/audacious/pluginenum.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 | cbb1f66d8971 |
children | 5523b30cb122 |
line wrap: on
line diff
--- a/src/audacious/pluginenum.h Sun May 18 21:11:14 2008 +0300 +++ b/src/audacious/pluginenum.h Mon May 19 01:29:46 2008 +0300 @@ -22,8 +22,8 @@ * The Audacious team does not consider modular code linking to * Audacious or using our public API to be a derived work. */ -#ifndef PLUGINENUM_H -#define PLUGINENUM_H +#ifndef AUDACIOUS_PLUGINENUM_H +#define AUDACIOUS_PLUGINENUM_H #include <glib.h> #include "config.h" @@ -42,4 +42,4 @@ void plugin_set_current(Plugin *plugin); -#endif +#endif /* AUDACIOUS_PLUGINENUM_H */