comparison src/jack/jack.c @ 2500:41c619e96a17

Include cleanups, part #5.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 15:22:07 +0300
parents 9f1dc50ed75d
children 769e17da93dd
comparison
equal deleted inserted replaced
2499:4d6045c20cc5 2500:41c619e96a17
5 * 5 *
6 * This code maps xmms calls into the jack translation library 6 * This code maps xmms calls into the jack translation library
7 */ 7 */
8 8
9 #include <audacious/plugin.h> 9 #include <audacious/plugin.h>
10 #include <audacious/configdb.h>
11 #include <audacious/util.h> 10 #include <audacious/util.h>
12 #include <dlfcn.h> 11 #include <dlfcn.h>
13 #include <gtk/gtk.h> 12 #include <gtk/gtk.h>
14 #include <audacious/i18n.h> 13 #include <audacious/i18n.h>
15 #include <stdio.h> 14 #include <stdio.h>