Mercurial > audlegacy-plugins
diff src/sexypsf/plugin.c @ 1954:6acf1bda788b
Removed some extraneous includes.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 02:20:03 +0300 |
| parents | 17a6441c71b6 |
| children | 5fa26178eaef |
line wrap: on
line diff
--- a/src/sexypsf/plugin.c Tue Oct 02 01:59:52 2007 +0300 +++ b/src/sexypsf/plugin.c Tue Oct 02 02:20:03 2007 +0300 @@ -16,13 +16,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <audacious/plugin.h> #include <audacious/output.h> -#include <audacious/plugin.h> #include <audacious/main.h> -#include <audacious/tuple.h> -#include <audacious/tuple_formatter.h> #include <audacious/util.h> -#include <audacious/vfs.h> #include <stdio.h> #include <stdlib.h> #include <string.h>
