comparison src/timidity/xmms-timidity.c @ 1954:6acf1bda788b

Removed some extraneous includes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Oct 2007 02:20:03 +0300
parents 2ebeb7816c5e
children 5fa26178eaef
comparison
equal deleted inserted replaced
1953:6faf2562e523 1954:6acf1bda788b
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software 16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */ 18 */
19 19
20 #include <config.h> 20 #include "config.h"
21 21
22 #include <audacious/util.h> 22 #include <audacious/util.h>
23 #include <audacious/configdb.h> 23 #include <audacious/configdb.h>
24 #include <audacious/main.h> 24 #include <audacious/main.h>
25 #include <audacious/vfs.h>
26 #include <glib.h> 25 #include <glib.h>
27 #include <gtk/gtk.h> 26 #include <gtk/gtk.h>
28 #include <string.h> 27 #include <string.h>
29 #include <timidity.h> 28 #include <timidity.h>
30 #include <stdio.h> 29 #include <stdio.h>