diff src/audacious/debug.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 3149d4b1a9a9
children
line wrap: on
line diff
--- a/src/audacious/debug.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/debug.h	Mon May 19 01:29:46 2008 +0300
@@ -1,5 +1,5 @@
-#ifndef DEBUG_H
-#define DEBUG_H
+#ifndef AUDACIOUS_DEBUG_H
+#define AUDACIOUS_DEBUG_H
 
 #include <glib.h>
 
@@ -41,4 +41,4 @@
 #endif                          /* NDEBUG */
 
 
-#endif
+#endif /* AUDACIOUS_DEBUG_H */