Mercurial > audlegacy-plugins
diff src/blur_scope/blur_scope.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 | 07c11537a0e8 |
| children | b8da6a0b0da2 |
line wrap: on
line diff
--- a/src/blur_scope/blur_scope.c Tue Oct 02 00:53:58 2007 +0300 +++ b/src/blur_scope/blur_scope.c Mon Oct 01 23:01:22 2007 +0100 @@ -25,9 +25,9 @@ #include <audacious/i18n.h> #include <gtk/gtk.h> #include <string.h> -#include "audacious/plugin.h" -#include "audacious/util.h" -#include "audacious/configdb.h" +#include <audacious/plugin.h> +#include <audacious/util.h> +#include <audacious/configdb.h> #include "blur_scope.h" #include "bscope_logo.xpm"
