Mercurial > audlegacy-plugins
diff src/jack/jack.c @ 1950:2ebeb7816c5e
Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
| author | chainsaw@localhost |
|---|---|
| date | Mon, 01 Oct 2007 23:01:22 +0100 |
| parents | 8c93d207a4d9 |
| children | 2f0a350c0f78 |
line wrap: on
line diff
--- a/src/jack/jack.c Tue Oct 02 00:53:58 2007 +0300 +++ b/src/jack/jack.c Mon Oct 01 23:01:22 2007 +0100 @@ -6,8 +6,8 @@ * This code maps xmms calls into the jack translation library */ -#include "audacious/configdb.h" -#include "audacious/util.h" +#include <audacious/configdb.h> +#include <audacious/util.h> #include <dlfcn.h> #include <gtk/gtk.h> #include <audacious/i18n.h>
