diff src/audacious/actions-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 7a4fcf84a34f
children
line wrap: on
line diff
--- a/src/audacious/actions-playlist.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/actions-playlist.h	Mon May 19 01:29:46 2008 +0300
@@ -17,8 +17,8 @@
  *  Audacious or using our public API to be a derived work.
  */
 
-#ifndef ACTIONS_PLAYLIST_H
-#define ACTIONS_PLAYLIST_H
+#ifndef AUDACIOUS_ACTIONS_PLAYLIST_H
+#define AUDACIOUS_ACTIONS_PLAYLIST_H
 
 void action_playlist_load_list(void);
 void action_playlist_save_list(void);
@@ -71,4 +71,4 @@
 void action_playlist_track_info(void);
 void action_queue_toggle(void);
 
-#endif
+#endif /* AUDACIOUS_ACTIONS_PLAYLIST_H */