diff src/audacious/plugin.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 a6a2e84e2b2e
children 11f7874f3a95
line wrap: on
line diff
--- a/src/audacious/plugin.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/plugin.h	Mon May 19 01:29:46 2008 +0300
@@ -32,8 +32,8 @@
  * SUCH DAMAGE.
  */
 
-#ifndef __AUDACIOUS_PLUGIN_H__
-#define __AUDACIOUS_PLUGIN_H__
+#ifndef AUDACIOUS_PLUGIN_H
+#define AUDACIOUS_PLUGIN_H
 
 #include <glib.h>
 #include <gtk/gtk.h>
@@ -1206,4 +1206,4 @@
 /* undefine the macro -- struct Plugin should be used instead. */
 #undef PLUGIN_COMMON_FIELDS
 
-#endif /* __AUDACIOUS_PLUGIN_H__ */
+#endif /* AUDACIOUS_PLUGIN_H */