Mercurial > audlegacy-plugins
changeset 3203:f5456241bff9 default tip
changed include path from audacious to audlegacy.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 10 Nov 2009 05:19:25 +0900 |
parents | 478934734761 |
children | |
files | src/projectm-1.0/main.cxx src/projectm-1.0/main_visplugin.c |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/projectm-1.0/main.cxx Tue Aug 18 17:54:08 2009 +0900 +++ b/src/projectm-1.0/main.cxx Tue Nov 10 05:19:25 2009 +0900 @@ -36,9 +36,9 @@ #include <SDL/SDL_thread.h> extern "C" { -#include <audacious/util.h> -#include <audacious/plugin.h> -#include <audacious/auddrct.h> +#include <audlegacy/util.h> +#include <audlegacy/plugin.h> +#include <audlegacy/auddrct.h> } #include <math.h>