diff src/audacious/configdb.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 db3a3f46a226
children
line wrap: on
line diff
--- a/src/audacious/configdb.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/configdb.h	Mon May 19 01:29:46 2008 +0300
@@ -1,5 +1,5 @@
-#ifndef CONFIGDB_H
-#define CONFIGDB_H
+#ifndef AUDACIOUS_CONFIGDB_H
+#define AUDACIOUS_CONFIGDB_H
 
 #include <glib.h>
 #include <libmcs/mcs.h>
@@ -187,5 +187,5 @@
 
 G_END_DECLS
 
-#endif /* CONFIGDB_H */
+#endif /* AUDACIOUS_CONFIGDB_H */