diff src/audacious/playlist.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 97b29dec6c6b
children
line wrap: on
line diff
--- a/src/audacious/playlist.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/playlist.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 _AUDACIOUS_PLAYLIST_H
-#define _AUDACIOUS_PLAYLIST_H
+#ifndef AUDACIOUS_PLAYLIST_H
+#define AUDACIOUS_PLAYLIST_H
 
 /* XXX: Allow pre-0.2 libmowgli to build audacious. */
 #ifdef TRUE
@@ -246,4 +246,4 @@
 
 G_END_DECLS
 
-#endif
+#endif /* AUDACIOUS_PLAYLIST_H */