Mercurial > audlegacy-plugins
diff src/General/song_change/song_change.c @ 3:088092a52fea trunk
[svn] - move from (internal) libaudacious/ include path to audacious/ include path
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 01:35:25 -0700 |
parents | 13389e613d67 |
children |
line wrap: on
line diff
--- a/src/General/song_change/song_change.c Mon Sep 18 01:21:56 2006 -0700 +++ b/src/General/song_change/song_change.c Mon Sep 18 01:35:25 2006 -0700 @@ -18,9 +18,9 @@ #include "audacious/plugin.h" #include "audacious/prefswin.h" -#include "libaudacious/configdb.h" -#include "libaudacious/beepctrl.h" -#include "libaudacious/formatter.h" +#include "audacious/configdb.h" +#include "audacious/beepctrl.h" +#include "audacious/formatter.h" static void init(void); static void cleanup(void);