comparison 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
comparison
equal deleted inserted replaced
1949:98893c1e9f98 1950:2ebeb7816c5e
28 28
29 #include <audacious/util.h> 29 #include <audacious/util.h>
30 #include <audacious/main.h> 30 #include <audacious/main.h>
31 #include <audacious/tuple.h> 31 #include <audacious/tuple.h>
32 #include <audacious/tuple_formatter.h> 32 #include <audacious/tuple_formatter.h>
33 #include "audacious/output.h" 33 #include <audacious/output.h>
34 #include <audacious/i18n.h> 34 #include <audacious/i18n.h>
35 35
36 gchar *wav_fmts[] = { "wav", "raw", "pcm", NULL }; 36 gchar *wav_fmts[] = { "wav", "raw", "pcm", NULL };
37 37
38 InputPlugin wav_ip = { 38 InputPlugin wav_ip = {