diff src/audacious/plugin.h @ 4407:5a0f5ef1de61

Some stupid header cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 05:59:24 +0300
parents 9d5e6bfca672
children 081839dd6664
line wrap: on
line diff
--- a/src/audacious/plugin.h	Mon Mar 31 00:49:26 2008 +0400
+++ b/src/audacious/plugin.h	Mon Mar 31 05:59:24 2008 +0300
@@ -32,8 +32,8 @@
  * SUCH DAMAGE.
  */
 
-#ifndef AUD_PLUGIN_H
-#define AUD_PLUGIN_H
+#ifndef __AUDACIOUS_PLUGIN_H__
+#define __AUDACIOUS_PLUGIN_H__
 
 #include <glib.h>
 #include <gtk/gtk.h>
@@ -1220,4 +1220,4 @@
 /* undefine the macro -- struct Plugin should be used instead. */
 #undef PLUGIN_COMMON_FIELDS
 
-#endif
+#endif /* __AUDACIOUS_PLUGIN_H__ */