Mercurial > audlegacy-plugins
diff src/sexypsf/plugin.c @ 2971:3134a0987162
- changed include path from audacious to audlegacy.
- changed include path for libSAD.h.
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Wed, 26 Nov 2008 02:55:04 +0900 |
| parents | bd3a24b39058 |
| children |
line wrap: on
line diff
--- a/src/sexypsf/plugin.c Tue Nov 25 23:11:16 2008 +0900 +++ b/src/sexypsf/plugin.c Wed Nov 26 02:55:04 2008 +0900 @@ -16,8 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <audacious/plugin.h> -#include <audacious/output.h> +#include <audlegacy/plugin.h> +#include <audlegacy/output.h> #include <stdio.h> #include <stdlib.h> #include <string.h>
