comparison 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
comparison
equal deleted inserted replaced
1953:6faf2562e523 1954:6acf1bda788b
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/plugin.h>
19 #include <audacious/output.h> 20 #include <audacious/output.h>
20 #include <audacious/plugin.h>
21 #include <audacious/main.h> 21 #include <audacious/main.h>
22 #include <audacious/tuple.h>
23 #include <audacious/tuple_formatter.h>
24 #include <audacious/util.h> 22 #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"