diff src/wav/wav.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 af8c3e5a9f61
children 6acf1bda788b
line wrap: on
line diff
--- a/src/wav/wav.c	Tue Oct 02 00:53:58 2007 +0300
+++ b/src/wav/wav.c	Mon Oct 01 23:01:22 2007 +0100
@@ -30,7 +30,7 @@
 #include <audacious/main.h>
 #include <audacious/tuple.h>
 #include <audacious/tuple_formatter.h>
-#include "audacious/output.h"
+#include <audacious/output.h>
 #include <audacious/i18n.h>
 
 gchar *wav_fmts[] = { "wav", "raw", "pcm", NULL };