diff src/audacious/dbus-service.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 b5ee3a4a8e3b
children 744953f257fb
line wrap: on
line diff
--- a/src/audacious/dbus-service.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/dbus-service.h	Mon May 19 01:29:46 2008 +0300
@@ -18,8 +18,8 @@
  * Audacious or using our public API to be a derived work.
  */
 
-#ifndef _DBUS_SERVICE_H
-#define _DBUS_SERVICE_H
+#ifndef AUDACIOUS_DBUS_SERVICE_H
+#define AUDACIOUS_DBUS_SERVICE_H
 
 #include <glib.h>
 
@@ -214,4 +214,4 @@
 gboolean audacious_rc_set_eq_band(RemoteObject *obj, gint band, gdouble value, GError **error);
 gboolean audacious_rc_equalizer_activate(RemoteObject *obj, gboolean active, GError **error);
 
-#endif // !_DBUS_SERVICE_H
+#endif /* AUDACIOUS_DBUS_SERVICE_H */