Mercurial > audlegacy-plugins
diff src/adplug/adplug-xmms.cc @ 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 | 52d162b0dbd4 |
| children | 17a6441c71b6 |
line wrap: on
line diff
--- a/src/adplug/adplug-xmms.cc Tue Oct 02 00:53:58 2007 +0300 +++ b/src/adplug/adplug-xmms.cc Mon Oct 01 23:01:22 2007 +0100 @@ -32,10 +32,10 @@ #include "audacious/i18n.h" extern "C" { -#include "audacious/plugin.h" -#include "audacious/configdb.h" -#include "audacious/output.h" -#include "audacious/util.h" +#include <audacious/plugin.h> +#include <audacious/configdb.h> +#include <audacious/output.h> +#include <audacious/util.h> }
