diff src/audacious/ui_fileinfo.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 0fe46317167f
children b87f8c707b7f
line wrap: on
line diff
--- a/src/audacious/ui_fileinfo.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/ui_fileinfo.h	Mon May 19 01:29:46 2008 +0300
@@ -16,8 +16,8 @@
  * along with this program;  If not, see <http://www.gnu.org/licenses>.
  */
 
-#ifndef _UI_FILEINFO_H_
-#define _UI_FILEINFO_H_
+#ifndef AUDACIOUS_UI_FILEINFO_H
+#define AUDACIOUS_UI_FILEINFO_H
 
 #include "tuple.h"
 #include "plugin.h"
@@ -29,4 +29,4 @@
 void ui_fileinfo_show(Playlist *playlist, guint pos);
 void ui_fileinfo_show_current(Playlist *playlist);
 
-#endif
+#endif /* AUDACIOUS_UI_FILEINFO_H */