Mercurial > audlegacy-plugins
comparison src/sexypsf/plugin.c @ 1971:4ead92d8e6c3
branch merge
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Wed, 03 Oct 2007 15:37:04 +0200 |
parents | 6acf1bda788b |
children | 5fa26178eaef |
comparison
equal
deleted
inserted
replaced
1970:e54d72373503 | 1971:4ead92d8e6c3 |
---|---|
14 * You should have received a copy of the GNU Lesser General Public | 14 * You should have received a copy of the GNU Lesser General Public |
15 * License along with this library; if not, write to the Free Software | 15 * License along with this library; if not, write to the Free Software |
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
17 */ | 17 */ |
18 | 18 |
19 #include "audacious/output.h" | 19 #include <audacious/plugin.h> |
20 #include "audacious/plugin.h" | 20 #include <audacious/output.h> |
21 #include "audacious/main.h" | 21 #include <audacious/main.h> |
22 #include "audacious/tuple.h" | 22 #include <audacious/util.h> |
23 #include "audacious/tuple_formatter.h" | |
24 #include "audacious/util.h" | |
25 #include "audacious/vfs.h" | |
26 #include <stdio.h> | 23 #include <stdio.h> |
27 #include <stdlib.h> | 24 #include <stdlib.h> |
28 #include <string.h> | 25 #include <string.h> |
29 #include <unistd.h> | 26 #include <unistd.h> |
30 #include "driver.h" | 27 #include "driver.h" |