# HG changeset patch # User William Pitcock # Date 1192336175 18000 # Node ID 240669919716ca4b63c7987c65c1922290033b67 # Parent a0add4e37ee004981098dda1156db0ef8171e984 proper guard names diff -r a0add4e37ee0 -r 240669919716 src/audacious/input.h --- 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" diff -r a0add4e37ee0 -r 240669919716 src/audacious/playlist.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