Mercurial > audlegacy-plugins
diff src/console/Audacious_Driver.cxx @ 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 | 2a5ee6ed598d |
| children | 17a6441c71b6 |
line wrap: on
line diff
--- a/src/console/Audacious_Driver.cxx Tue Oct 02 00:53:58 2007 +0300 +++ b/src/console/Audacious_Driver.cxx Mon Oct 01 23:01:22 2007 +0100 @@ -12,11 +12,11 @@ #include <audacious/i18n.h> #include <gtk/gtk.h> extern "C" { -#include "audacious/tuple.h" +#include <audacious/tuple.h> #include "audacious/tuple_formatter.h" -#include "audacious/util.h" -#include "audacious/output.h" -#include "audacious/playlist.h" +#include <audacious/util.h> +#include <audacious/output.h> +#include <audacious/playlist.h> } #include <string.h> #include <stdlib.h>
