changeset 3740:240669919716

proper guard names
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 23:29:35 -0500
parents a0add4e37ee0
children a1b31fe5a249
files src/audacious/input.h src/audacious/playlist.h
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/input.h	Sat Oct 13 23:19:36 2007 -0500
+++ b/src/audacious/input.h	Sat Oct 13 23:29:35 2007 -0500
@@ -23,8 +23,8 @@
  *  Audacious or using our public API to be a derived work.
  */
 
-#ifndef INPUT_H
-#define INPUT_H
+#ifndef _AUDACIOUS_INPUT_H
+#define _AUDACIOUS_INPUT_H
 
 #include "plugin.h"
 
--- a/src/audacious/playlist.h	Sat Oct 13 23:19:36 2007 -0500
+++ b/src/audacious/playlist.h	Sat Oct 13 23:29:35 2007 -0500
@@ -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 PLAYLIST_H
-#define PLAYLIST_H
+#ifndef _AUDACIOUS_PLAYLIST_H
+#define _AUDACIOUS_PLAYLIST_H
 
 /* XXX: Allow pre-0.2 libmowgli to build audacious. */
 #ifdef TRUE